@media (max-width: 1120px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding: 50px 0;
    }
}

@media (max-width: 992px) {
    .service_section .card-deck {
        flex-direction: column;
    }

    .service_section .card-deck .card {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {

    .slider_img-box {
        width: 85%;
        margin: 65px auto;
    }

    .slider_section .custom_carousel-control {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 105px;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
    }

    .product_section .product_detail-box {
        margin-bottom: 40px;
        text-align: center;
    }

    .product_detail-box>div {
        display: flex;
        justify-content: center;
    }

    .contact_section {
        background-size: 105px;
    }

    .contact_section input,
    .contact_section textarea {
        background-color: transparent;
    }

    .banner_section h2 {
        font-size: 44px;
    }
}

@media (max-width: 576px) {
    .slider_item-container .slider_item-detail {
        text-align: center;
    }

    .slider_item-container .slider_item-detail .d-flex {
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
