.contact{
    margin: 40px 0 60px;
}
.contact-content{
    text-align: center;
}
.contact-content h3{
    font-size: 48px;
    line-height: 56px;
    color: #333;
    margin-top: 13px;
}
.contact-content p{
    font-size: 24px;
    line-height: 28px;
    color: #666;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 24px;
    padding-left: 30px;
    display: inline-block;
}
.contact-content .contact-wrap{
    text-align: center;
    margin: 41px auto 0;
}
.contact-content .tel{
    background-image: url("../img/icon_01.png");
}
.contact-content .mail{
    background-image: url("../img/icon_02.png");
    margin-left: 37px;
}
.contact-content .address p{
    background-image: url("../img/icon_03.png");
    margin-top: 28px;
}
@media (max-width: 992px){
    .contact{
        margin: 30px 0;
    }
    .contact-content h3{
        font-size: 18px;
        line-height: 1.8;
        margin-top: 0;
    }
    .contact-content .contact-wrap{
        margin: 0 auto 0;
    }
    .contact-content p{
        font-size: 16px;
        margin-top: 5px;
    }
    .contact-content .address p{
        margin-top: 5px;
    }
    .contact-content img{
        margin-top: 10px;
    }
}