.services-container{justify-content:space-between;flex-wrap:wrap;gap:20px;margin:0 auto;width:82%;display:flex}.service-box{padding:8px;border:1px solid #6161613d;text-align:center;background-color:#fff;border-radius:8px;width:calc(33.33% - 20px)}.service-title{font-size:17px;font-weight:800;margin-bottom:3px;color:#335192;text-transform:uppercase;margin-top:7px;font-family:Inter}.service-img{height:auto;max-width:99%;border-radius:5px}.service-description{padding:15px;font-size:15px;color:#4d4d4d;text-align:center;line-height:18px;margin-top:-17px;font-family:Inter}@media screen and (max-width:480px){.services-container{width:90%}.service-box{width:100%}}