.section-career-team .team-container {max-width: 1380px;width: 100%;margin: 0 auto;padding: 0 50px;}
.section-career-team .main-title{font-weight: var(--font-heading-800-weight);color: var(--btn-sec-color);}
.section-career-team .text{letter-spacing: -0.3px;}
.section-career-team .text{color: var(--btn-sec-color);}
.main-team{display: flex;flex-wrap: wrap;margin: 32px 0 0;}
.main-team .singal-team{list-style: none;padding: 0 50px;width: 25%;border-left: 1px solid var(--color-border);}
.main-team .singal-team:last-child{padding-right: 0}
.singal-team .number{font-weight: var(--font-heading-800-weight);color: var(--btn-one-color);margin-bottom: 10px}
.singal-team .number-text{margin: 0;color: #666365}
.section-career-team .button{margin-top: 32px}
@media(max-width:991px){
  .main-team .singal-team,.section-career-team .team-container{padding: 0 15px}
}
@media(max-width:767px){
  .main-team .singal-team{width: 50%}
  .main-team{row-gap: 20px}
}
@media(max-width:575px){
  .template-page-career-landing-page .section-image-with-text .image-with-text--image-media{--ratio-percent: unset!important;height: 100%;min-height: 273px;}
}