.services-wrap{display:flex;flex-wrap:nowrap;gap:20px;margin:70px 0 60px;width:100%}.text-cont.centered{text-align:center;text-wrap:balance}.service-cont{aspect-ratio:5/4;border:2px solid;border-radius:var(--border-radius);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:30px;width:25%}.service-cont .button{width:fit-content}@media screen and (max-width:991px){.service-cont{width:25%}.services-wrap{gap:20px}}@media screen and (max-width:840px){.service-cont{width:calc(50% - 10px)}.services-wrap{gap:20px;max-width:500px}}@media screen and (max-width:575px){.service-cont{gap:10px;padding-left:25px;padding-right:25px;width:100%}.services-wrap{gap:15px}}