.custom-team {
  margin: 40px 0;
}
.custom-team .container {
  padding: 0;
}
.custom-team__content {
  display: flex;
  align-items: flex-start;
  gap: 103px;
}
.custom-team__left {
  font-family:  sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  max-width: 206px;
  width: 100%;
}
.custom-team__right {
  display: flex;
  flex-flow: column;
  gap: 60px;
  width: 100%;
}
.custom-team__head {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 100%;
}
.custom-team__title {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #000000;
}
.custom-team__sub-title {
  font-family:  sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #818181;
}
.custom-team__item {
  display: flex;
  align-items: center;
  gap: 29px;
  cursor: pointer;
}
.custom-team__body {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.custom-team__item-review {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.1s ease;
  background: #f1f1f1;
  padding: 20px 46px 30px 20px;
  max-width: 340px;
  width: 100%;
  font-family:  sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #000000;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.custom-team__item-image {
  width: 177px;
  height: 135px;
}
.custom-team__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.custom-team__item-name {
  font-family:  sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #000000;
}
.custom-team__item-texting {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.custom-team__item-desc p {
  font-family:  sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #818181;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0;
}
.custom-team__item-desc strong {
  font-family:  sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

@media (max-width: 1279px) {
  .custom-team__content {
    flex-flow: column;
    gap: 40px;
  }
  .custom-team__mini-title {
    font-family:  sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.01em;
  }
  .custom-team__title {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
  }
  .custom-team__sub-title {
    font-family:  sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.01em;
  }
  .custom-team__right {
    gap: 32px;
  }
  .custom-team__item {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }
} /*# sourceMappingURL=style.css.map */
