.services{display:flex;flex-direction:column}.services__hero-banner-title{text-align:center}@media screen and (max-width:425px){.services__hero-banner-title{text-align:start}}.services__body,.services__wrapper{display:flex;flex-direction:column}.services__wrapper{align-items:center;padding-top:3rem}@media screen and (max-width:768px){.services__wrapper{padding-top:2.375rem}}@media screen and (max-width:425px){.services__wrapper{padding-top:1.5rem;align-items:flex-start}}.services__boxes{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;margin-top:3.5rem}@media screen and (max-width:1024px){.services__boxes{gap:2rem}}@media screen and (max-width:768px){.services__boxes{margin-top:2rem;gap:1rem}}@media screen and (max-width:425px){.services__boxes{margin-top:1.5rem}}.services__box{position:relative;width:calc((100% - 3rem)/2);display:flex;justify-content:space-between;border-radius:2.5rem;z-index:1;overflow:hidden}@media screen and (max-width:1024px){.services__box{width:calc((100% - 2rem)/2)}}@media screen and (max-width:768px){.services__box{width:100%;border-radius:2rem}}@media screen and (max-width:425px){.services__box{border-radius:1.5rem}}.services__box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/overall/backgrounds/bg-5.png);background-image:-webkit-image-set(url("/images/overall/backgrounds/bg-5.avif") type("image/avif") 1x,url("/images/overall/backgrounds/bg-5.webp") type("image/webp") 1x,url("/images/overall/backgrounds/bg-5.png") type("image/png") 1x);background-image:image-set(url("/images/overall/backgrounds/bg-5.avif") type("image/avif") 1x,url("/images/overall/backgrounds/bg-5.webp") type("image/webp") 1x,url("/images/overall/backgrounds/bg-5.png") type("image/png") 1x);background-repeat:no-repeat;background-size:cover;background-position:50%;z-index:-1;opacity:.05}.services__box-content{padding:2.25rem;width:65%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1024px){.services__box-content{padding:1.5rem 1rem}}@media screen and (max-width:425px){.services__box-content{width:100%}}.services__box-title-and-text{display:flex;flex-direction:column}.services__box-title{font-weight:700;margin-bottom:1.25rem;color:#fff;text-transform:uppercase}@media screen and (max-width:425px){.services__box-title{margin-bottom:1rem}}.services__box-text{font-size:1rem;color:#fff;font-weight:400;line-height:1.5rem}@media screen and (max-width:425px){.services__box-text{font-size:.875rem}}.services__box-link{color:#fff;font-size:1.125rem;font-weight:400;padding:.5rem;margin-top:1rem}.services__box-image{display:flex;align-items:flex-end;justify-content:flex-end;width:35%}@media(max-width:425px){.services__box-image{display:none}}.services__box-image img{width:100%;height:100%;object-fit:contain;object-position:right bottom;max-height:13rem}