.services-hero{background-color:#faf8f4;padding-bottom:2.4rem}
.services-hero-desktop{display:block}
.services-hero-mobile{display:none}
.services-hero-content{margin-top:3.6rem;gap:6.4rem;display:flex;justify-content:space-between;align-items:center}
.services-hero-content-left{width:50%}
.services-hero-content-left-partners{padding-bottom:.8rem;display:flex;align-items:center;gap:2.4rem}
.services-hero-content-left-title{margin-bottom:3.6rem;font-weight:500}
.services-hero-content-left-text{font-weight:400;font-size:1.6rem;line-height:2.4rem}
.services-hero-content-left-button{margin-top:3.6rem}
.services-hero-content-right{width:50%}
.services-hero-content-right-photo{display:flex}
.services-hero-content-right-photo-image{width:100%}
@media(max-width:990px){
.services-hero-desktop{display:none}
.services-hero-mobile{display:block}
.services-hero-content{flex-direction:column;gap:4.6rem}
.services-hero-content-left{width:100%}
.services-hero-content-left-partners-first{display:none}
.services-hero-content-left-text{margin-bottom:4rem}
.services-hero-content-left-title{padding:0;margin-bottom:3.2rem;font-weight:500;line-height:4.8rem}
.services-hero-content-right{width:100%}
}