.service-box{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-template-rows:repeat(auto-fill,minmax(300px,1fr));grid-gap:15px;display:grid}.service-item{padding:60px 25px 25px;text-decoration:none;position:relative;background:#f6f6f3}.service-item:not(.other){align-items:self-end;grid-gap:40px;display:grid}div.service-item:hover{background:transparent}.service-item img{max-height:200px;margin:0 auto;width:70%}@media (max-width:540px){.service-item img{max-height:200px;margin:0 auto;width:40%}}.home-badge-discount{height:fit-content;padding:0 6px;font-size:12px;text-decoration:none;font-weight:700;color:var(--main-blue);color:#fff;background-color:var(--main-red);border-radius:4px;width:fit-content;display:inline-block}.wrapper-home-badges{position:absolute;flex-direction:column;gap:4px;top:25px;left:25px;display:flex}.badge-good-price{color:var(--main-blue);background-color:var(--main-yellow)}.badge-super-price:before{height:17px;content:"";background-size:contain;width:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none' viewBox='0 0 16 17'%3E%3Cpath fill='%23fff' d='M8.5 14.25c2.486 0 4.5-1.5 4.5-4.125 0-1.125-.375-3-1.875-4.5.188 1.125-.937 1.5-.937 1.5C10.75 5.25 9.25 2.625 7 2.25c.268 1.5.375 3-1.5 4.5C4.563 7.5 4 8.797 4 10.125c0 2.625 2.015 4.125 4.5 4.125m0-.75c-1.243 0-2.25-.75-2.25-2.062 0-.563.188-1.5.938-2.25-.094.562.562.937.562.937-.281-.937.375-2.437 1.5-2.625-.134.75-.187 1.5.75 2.25.469.375.75 1.023.75 1.688 0 1.312-1.007 2.062-2.25 2.062'/%3E%3C/svg%3E");background-repeat:no-repeat;vertical-align:middle;padding-left:15px}