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