﻿@media (max-width: 1239px) {
    .top-service-title-img-home h3 {
        font-size: 39.25px;
    }

    .contentHoverServiceHome h4 {
        font-size: 27.98px;
    }

    .widget-service-home {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media(max-width:1023px) {
    .decorIconServiceHome {
        right: -108px;
    }

    .contentHoverServiceHome h4 {
        font-size: 21.98px;
    }
}


@media(max-width:739px) {
    ul.ListServiceHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .top-service-title-img-home h3 {
        font-size: 31.25px;
    }

    .top-service-title-img-home span {
        font-size: 16px;
    }

    .contentHoverServiceHome h4 {
        padding-right: 0px;
        font-size: 17px;
        margin-bottom: 5px;
    }

    .contentHoverServiceHome {
        padding: 19px 15px 20px 13px;
    }

    .decorImgServiceHome img {
        display: block;
        width: 100%;
        height: 215px;
    }

    .decorIconServiceHome {
        display: none;
    }

    .contentHoverServiceHome span {
        font-size: 13.98px;
        padding-top: 10px;
    }

        .contentHoverServiceHome span i {
            width: 26px;
            height: 26px;
            font-size: 14px;
        }

    .bottom-service-home-content {
        padding-top: 25px;
    }

    .widget-service-home {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .decorImgService{
        width:100px;
        height:auto;
    }

}
