.service-cards-wrapper{display:grid;grid-template-columns:1fr;grid-column-gap:16px;column-gap:16px;grid-row-gap:48px;row-gap:48px;width:1024px;margin:0 auto;font-family:ViHeavy,Helvetica,Arial,sans-serif}@media (min-width:768px){.service-cards-wrapper{grid-template-columns:repeat(2,1fr)}}.service-cards-wrapper .card{border:2px solid #f3f3f3;padding:18px 8px 20px;text-align:center;background:#ffffff;transition:.3s ease}.service-cards-wrapper .card-image{border-radius:16px;overflow:hidden}.service-cards-wrapper .img{width:402px;height:132px}.service-cards-wrapper .card-title{font-size:16px;line-height:22px;font-weight:700;margin-top:10px;color:#2f3043;font-family:var(--viHeavy)}.service-cards-wrapper .card-desc{font-size:16px;line-height:20px;margin:8px 0 16px;color:#2f3043;min-height:40px;font-family:var(--viRegular)}.service-cards-wrapper .card-btn{background-color:#ee2737;color:#fff;border:none;border-radius:50px;font-size:14px;cursor:pointer;transition:background .3s ease;height:50px;width:150px;font-family:var(--viMedium)}.service-cards-wrapper .card-btn:hover{background-color:#b72c2b}@media (max-width:768px){.service-cards-wrapper{width:100%;padding:0 28px}.service-cards-wrapper .img{height:auto;width:244px}.service-cards-wrapper .card-title{margin:18px 0 8px}.service-cards-wrapper .card-desc{margin:0 0 16px}}