.service-boxes{display:flex;flex-wrap:wrap;gap:30px 10px;justify-content:space-between;padding-bottom:120px}.service-box{background:#fff;border-radius:17px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.1);padding:17px 25px;width:24%}.service-box h4{color:#006cff;font-family:futura heavy;font-size:22px;font-weight:400;line-height:26px;padding:5px 0 10px}.service-box p{color:#434343;font-family:futura book;font-size:16px;font-weight:400;line-height:19px}section.services-boxes-section{padding:60px 10px}@media only screen and (max-width:980px){.service-boxes{gap:20px;justify-content:center}.service-box{width:45%}}@media only screen and (max-width:768px){.service-box{width:90%}}