.col-module_TeamManagement li {
  margin: 0 0 7rem;
  text-align: center;
}

.col-module_TeamManagement img {
  aspect-ratio: 1;
  border-radius: 50%;
  height: auto;
  margin: 0 0 2rem;
  object-fit: cover;
  width: 100%;
}

.col-module_TeamManagement .team-heading {
  font-size: 3.2rem;
}

.col-module_TeamManagement .team-position {
  color: rgb(var(--main-highlight-color));
  font-size: 2.2rem;
  text-transform: uppercase;
}

.col-module_TeamManagement .team-position:after {
  background: rgba(var(--main-dark-color), 1);
  content: '';
  display: block;
  height: 1px;
  margin: 15px auto 20px;
  width: 60px;
}

.col-module_TeamManagement .team-phone a,
.col-module_TeamManagement .team-email a {
  text-decoration: none;
}

@media screen and (min-width: 1040px) {

  .col-module_TeamManagement ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col-module_TeamManagement li {
    flex: 1;
    margin: 0 0 10rem;
    max-width: 270px;
    min-width: 26%;
  }

  .col-module_TeamManagement .team-heading {
    font-size: 4.2rem;
  }

}