@media(min-width: 768px) {
    .home-contactInput p:nth-child(2) img {
        width: 15px;
    }

    .home-contactInput p:nth-child(2) span {
        font-size: 13px;
    }

    .home-products-variety ul li a {
        font-size: 12px;
    }

    .contactPage-l {
        margin-top: 4%;
    }

    .messagePage-r {
        width: 70%;
    }

    .newsPage-container {
        width: 72%;
    }

    .contactPage-info {
        margin-bottom: 4%;
    }

    .contactPage-info p:nth-child(2) {
        font-size: 15px;
        line-height: 30px;
    }

    .home-products-variety ul li {
        min-width: auto;
        padding: 0 1px;
    }

    footer .footer-r .footer-r-item p {
        width: 110px;
        height: 70px;
    }

    header .header-con .header-logo>div p:nth-child(1) {
        font-size: 18px;
        color: #02328d;
        font-weight: bold;
    }

    header .header-con .header-logo>div p:nth-child(2) {
        font-size: 12px;
        color: #c5c2c2;
        font-weight: bold;
    }
}

@media(min-width: 992px) {
    .messagePage-r {
        width: 76%;
    }

    .contactPage-l {
        width: 54%;
    }

    .contactPage-info {
        margin-right: 4%;
    }

    .contactPage-r {
        width: 46%;
    }

    .home-products-variety ul li a {
        font-size: 14px;
    }

    .home-products-variety ul li {
        min-width: auto;
        padding: 0 6px;
    }

    footer .footer-r .footer-r-item p {
        width: 110px;
        height: 70px;
    }
}

@media(min-width: 1200px) {
    .contactPage-info p:nth-child(2) {
        font-size: 16px;
        line-height: 40px;
    }

    .home-products-variety ul li a {
        font-size: 14px;
    }

    .home-products-variety ul li {
        min-width: 107px;
        padding: 0 8px;
    }

    footer .footer-r .footer-r-item p {
        width: 110px;
        height: 70px;
    }

    header .header-con .header-logo>div p:nth-child(1) {
        font-size: 18px;
        color: #02328d;
        font-weight: bold;
    }

    header .header-con .header-logo>div p:nth-child(2) {
        font-size: 14px;
        color: #c5c2c2;
        font-weight: bold;
    }
}