.info-ul {
    overflow: hidden;
}
.info-item {
    width:33.3%;
    float:left;
    text-align: center;
    margin-top: 94px;
    line-height: 1.2;
}

.container-full{
    padding-bottom: 0px;
}

.info-wrapper {
    height:400px;
    background: url("../images/about-contact-us_12_02.png") center top no-repeat;
}

.footer {
    margin-top: 0;
}

.info-item img {
    margin-bottom: 24px;
    height:90px;
    width:auto;
}

.info-item .info-text .contact-type {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.info-item .info-text {
    font-size: 18px;
}

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

}


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

}

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

}


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

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 375px) and (max-width: 767px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .info-item{
        width: 100%;
        display: block;
        margin-top: 20px;
        border-bottom: 1px solid #00bee7;
    }
}

@media (max-width: 374px) {
    .page-banner{
        margin-top: 52px;
        height: auto;
    }

    .page-title{
        padding-top: 20px;
        font-size: 30px;
    }

    .container-full{
        width: 100%;
        max-width:100%;
        padding-bottom:0;
    }

    .info-item{
        width: 100%;
        display: block;
        margin-top: 20px;
        border-bottom: 1px solid #00bee7;
    }
}