.teams-and-roles {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .teams-and-roles {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.teams-and-roles__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .teams-and-roles__section-title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 20px;
  }
}
.teams-and-roles__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .teams-and-roles__list {
    gap: 14px;
    align-items: unset;
    flex-direction: column;
    align-items: center;
  }
}
.teams-and-roles__item {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 24px 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .teams-and-roles__item {
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
    gap: 16px;
  }
}
.teams-and-roles__avatar {
  width: 44px;
  height: 44px;
}
.teams-and-roles__job-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .teams-and-roles__job-title {
    font-size: 16px;
    line-height: 110%;
  }
}
.teams-and-roles__description {
  font-size: 14px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
.teams-and-roles__connector {
  display: block;
}
.teams-and-roles__connector:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .teams-and-roles__connector img {
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .teams-and-roles__connector {
    width: -moz-fit-content;
    width: fit-content;
    transform-origin: center center;
    transform: rotate(-90deg);
  }
  .teams-and-roles__connector img {
    width: unset;
  }
}/*# sourceMappingURL=style.min.css.map */