@media only screen and (max-width: 991px) {
    /* home about */
    .home-about-title {
        text-align: center;
    }

    .home-about-desc p {
        text-align: center;
    }

    /* home service */
    .home-service-title-img {
        text-align: center;
    }

    /* home testimonial */
    .home-testimonial-carousel .owl-prev {
        left: 150px;
    }

    .home-testimonial-carousel .owl-next {
        right: 150px;
    }

}

@media only screen and (max-width: 767px) {
    /* home testimonial */
    .home-testimonial-header-img {
        height: auto;
    }

    .home-testimonial-header-img img {
        width: 80%;
    }

    .home-testimonial-carousel .owl-prev {
        left: 25px;
    }

    .home-testimonial-carousel .owl-next {
        right: 25px;
    }

    /* home about */
    .home-about-content {
        padding: 0 20px;
    }

    /* home product */
    .home-product {
        padding: 300px 0 50px;
        background-size: auto;
        background-color: #0A253E;
    }

    /* home service */
    .home-service {
        padding: 250px 0 350px;
        margin-top: 0;
        overflow: hidden;
    }

    /* home delivery */
    .home-delivery-title-img {
        height: auto;
    }

    .home-delivery-title-img img {
        width: 80%;
    }

    .home-delivery-desc br {
        display: none;
    }

    #animation-5{
        padding-top: 220px;
    }

    .coin-flex{
        transform: translateX(-50%) scale(.5);
    }

    footer img.side-logo {
        display: none;
    }

}