﻿@media(max-width:739px) {
    .top-service-home h2 {
        font-size: 28px;
    }

    .top-service-home span {
        padding: 0;
    }

    ul.list-service-home {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .top-img-service-home:before {
        content: "";
        position: absolute;
        width: 100%;
    }
}
