@media screen and (max-width: 1330px) {
    #top-service-section{
        margin: 55px 25px 0 25px;
    }

    .shop-info-section{
        margin: 65px 25px 0 25px;
    }


    #about-section{
        margin: 55px 25px 0 25px;
    }
}

@media screen and (max-width: 975px){
}

@media screen and (max-width: 721px){
    #top-service-section{
        margin: 15px 25px 0 25px;
    }


    .top-service-article{
        width: 49%;
        margin-top: 25px;
        margin-right: 0;
        display: inline-block;
        vertical-align: top;
        min-height: 245px;
        background-color: #C84D24;
    }
    .top-service-article:nth-child(odd){
        margin-right: 2%;
    }

    .top-service-img{
        height: 35px;
    }

    .top-service-title{
        font-size: 18px;
    }


    .about-img-section{
        width: 100%;
        height: 180px;
        margin-right: 0;
        display: block;
        overflow: hidden;
    }
    .about-info-section{
        width: 100%;
        display: block;
        vertical-align: top;
        min-height: 0;
    }
}

@media screen and (max-width: 520px){
    .shop-info-detail-section{
        display: block;
        width: 100%;
        margin: 0 0 0 0;
    }

    .car-pass-trustee-section{
        display: block;
        width: 100%;
        max-width: 250px;
        margin: 45px auto 0 auto;
    }
}

@media screen and (max-width: 320px){
    .top-service-article{
        width: 100%;
        display: block;
    }
    .top-service-article:nth-child(odd){
        margin-right: 0;
    }
}