.about-our-team-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-our-team-section .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.about-our-team-section .executive-team-title {
  margin-bottom: 24px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 72px; /* 112.5% */
  color: var(--e-global-brand-white);
}

.about-our-team-section .executive-team-list,
.about-our-team-section .experts-team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-our-team-section .executive-team-item-image {
  width: 100%;
  height: 547px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
}

.about-our-team-section .executive-team-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-our-team-section .executive-team-item-name,
.about-our-team-section .experts-team-item-name,
.about-our-team-section .management-team-item-name {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Medium, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  color: var(--e-global-brand-white);
}

.about-our-team-section .executive-team-item-position,
.about-our-team-section .experts-team-item-position,
.about-our-team-section .management-team-item-position {
  padding: 0;
  margin: 0;
  font-family: Satoshi-Regular, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'liga' off;
  line-height: 24px; /* 150% */
  color: var(--e-global-opacity-white-064);
}

.about-our-team-section .experts-team-title,
.about-our-team-section .management-team-title {
  margin-bottom: 24px;
  font-family: Satoshi-Bold, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 56px; /* 116.667% */
  color: var(--e-global-brand-white);
  text-transform: capitalize;
}


.about-our-team-section .management-team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-our-team-section .experts-team-item-image {
  width: 100%;
  height: 408px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
}

.about-our-team-section .experts-team-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-our-team-section .management-team-item {
  height: auto;
}

.about-our-team-section .management-team-item-image {
  width: 100%;
  height: 408px;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 12px;
}

.about-our-team-section .management-team-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1540px) {
  .about-our-team-section .executive-team-item-image,
  .about-our-team-section .experts-team-item-image {
    height: 740px;
  }


  .about-our-team-section .management-team-item-image {
    height: 553px;
  }
}

@media screen and (max-width: 1360px) {
  .about-our-team-section {
    padding-top: clamp(40px, -10.9091px + 9.0909vw, 120px);
    padding-bottom: clamp(40px, -10.9091px + 9.0909vw, 120px);
  }

  .about-our-team-section .executive-team-title {
    font-size: clamp(40px, 24.7273px + 2.7273vw, 64px);
    line-height: 1.125;
  }

  .about-our-team-section .experts-team-title,
  .about-our-team-section .management-team-title {
    font-size: clamp(36px, 28.3636px + 1.3636vw, 48px);
    line-height: 1.166;
  }
}

@media screen and (max-width: 1240px) {
  .about-our-team-section .executive-team-list,
  .about-our-team-section .experts-team-list,
  .about-our-team-section .management-team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 998px) {
  .about-our-team-section .executive-team-list,
  .about-our-team-section .experts-team-list,
  .about-our-team-section .management-team-list {
    grid-template-columns: 1fr;
  }

  .about-our-team-section .executive-team-item-image,
  .about-our-team-section .experts-team-item-image,
  .about-our-team-section .management-team-item-image {
    height: 646px;
  }
}

@media screen and (max-width: 560px) {
  .about-our-team-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-our-team-section .executive-team-title {
    font-size: 40px;
    line-height: 48px;
  }

  .about-our-team-section .experts-team-title,
  .about-our-team-section .management-team-title {
    font-size: 36px;
    line-height: 44px;
  }

  .about-our-team-section .executive-team-item-image,
  .about-our-team-section .experts-team-item-image,
  .about-our-team-section .management-team-item-image {
    height: 437px;
  }
}