@media (max-width: 1700px) {
    .product-area .single-product img:nth-child(4) {
        padding: 50px 40px;
    }
}

@media (max-width: 1400px) {
    .product-area .single-product img:nth-child(4) {
        padding: 50px 20px;
    }
}

@media (max-width: 991px) {
    .product-area .single-product {
        border-bottom: 1px solid #1f5b96;
    }
}



@media (max-width: 575px) {
    header a.logo img {
        margin: auto;
    }

    .col-sm-8.d-flex.align-items-center {
        display: block !important;
    }

    header p,
    header p a,
    header p a:hover {
        text-align: center;
        margin: 15px 0;
    }

    .header-social.d-flex.justify-content-end {
        justify-content: center !important;
    }

    .banner-area h2 {
        font-size: 20px;
    }

    .banner-area h4 {
        font-size: 16px;
    }

    .banner-area h5 {
        font-size: 14px;
    }
}

@media (max-width: 400px) {

    .product-area .single-product img:nth-child(1) {
        height: 70px;
        margin: 20px auto;
    }
}