.services__box_image img{height:100%;object-fit:cover;width:100%}.services{padding-bottom:1.875rem;padding-top:10.625rem}.services__box{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2.5rem}.services__box_image{height:30.5625rem;mask-image:url(../assets/img/svg/servicesMask.svg);mask-position:top;mask-repeat:no-repeat;mask-size:contain;width:100%}.services__box_title{margin-bottom:1.5rem}.services__box_item{flex:1 1 40%;min-width:20rem}.services__list{display:flex;flex-direction:column;gap:.75rem}.services__list_item{width:100%}.services__button{margin-top:1.25rem;text-align:center}.downloadButton{align-items:center;background:var(--secondary);border-radius:6.25rem;color:var(--tertiary);display:inline-flex;font-weight:700;gap:.75rem;justify-content:center;padding:.625rem 1.25rem;text-align:center;transition:all .3s ease}.downloadButton svg{height:1.5rem;width:1.5rem}.downloadButton svg path{fill:var(--tertiary);transition:all .3s ease}.downloadButton:focus-visible{background:var(--senary);color:var(--secondary)}.downloadButton:focus-visible svg path{fill:var(--secondary)}.downloadButton:active{transform:scale(.9)}.service-small{background:var(--secondary);box-shadow:0 .3125rem .625rem 0 rgba(3,42,53,.05);cursor:default;transition:all .3s ease}.service-small__content{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.service-small__content_title{flex:1 2 auto;font-weight:700}.service-small__content_price{flex:1 2 5rem;font-family:var(--font-secondFamily);line-height:150%;min-width:5rem;text-align:right}.service-small__content_price span{font-size:.625rem}@media (max-width:61.99875em){.services{padding-top:13.75rem}}@media (max-width:50em){.services{padding-top:10.625rem}.services__box_item:last-child{display:none}}@media (max-width:37.5em){.services{padding-top:5rem}.services__box_title{text-align:center}}@media (max-width:22.5em){.services__list{margin-top:2.5rem}.downloadButton{font-size:.75rem}.service-small{border-radius:.75rem;padding:.75rem}.service-small__content_title{font-size:1rem}.service-small__content_price{font-size:.875rem}}@media (min-width:22.5em) and (max-width:75em){.services__list{margin-top:clamp(2.5rem,2.17857142856875rem + 1.4285714286vw,3.25rem)}.downloadButton{font-size:clamp(.75rem,.69642857143125rem + .2380952381vw,.875rem)}.service-small{border-radius:clamp(.75rem,.5357142857125rem + .9523809524vw,1.25rem);padding:clamp(.75rem,.42857142856875rem + 1.4285714286vw,1.5rem)}.service-small__content_title{font-size:clamp(1rem,.94642857143125rem + .2380952381vw,1.125rem)}.service-small__content_price{font-size:clamp(.875rem,.82142857143125rem + .2380952381vw,1rem)}}@media (min-width:75em){.services__list{margin-top:3.25rem}.downloadButton{font-size:.875rem}.service-small{border-radius:1.25rem;padding:1.5rem}.service-small__content_title{font-size:1.125rem}.service-small__content_price{font-size:1rem}}@media (hover:hover){.downloadButton:hover{background:var(--senary);color:var(--secondary)}.downloadButton:hover svg path{fill:var(--secondary)}.service-small:hover{background:var(--tertiary);box-shadow:0 .3125rem .625rem 0 rgba(3,42,53,.1)}.service-small:hover .service-small__content_price,.service-small:hover .service-small__content_title{color:var(--secondary)}}