@media screen and (max-width: 1500px) {

    .footer-section-top {
        height: 425px;
    }
}

@media screen and (min-width: 577px) and (max-width: 1200px) {

    .container {
        max-width: 100% !important;
    }

    .header-section-menu-btn a {
        padding: 8px 8px;
        font-size: 13px;
    }

    .header-section-menu-btn {
        margin-left: unset;
    }

    .header-section-top-section {
        overflow: hidden;
        height: 20px;
    }

    .certifications-section-info > ul > li {
        width: auto;
        margin-right: 20px;
    }

    .business-unit-section {
        height: auto;
    }

    .header-section-menu > ul > li > a {
        font-size: 13px;
        padding: 8px 10px;
    }

    .footer-section {
        padding: 0 0px;
    }

    .footer-section-top {
        height: 411px;
        padding-top: 20px;
    }

    .footer-section-menu img {
        width: 100% !important;
    }
}

@media screen and (max-width: 576px) {

    .padding-r-10 {
        padding-right: 10px;
    }

    .padding-l-10 {
        padding-left: 10px;
    }

    .common-content-table {
        padding: 0;
    }

    .common-content-sub-title {
        font-size: 16px;
    }

    .header-section-menu > ul {
        display: none;
    }

    .header-section-menu > .header-section-menu-btn {
        display: none;
    }

    .header-section-top {
        display: none;
    }

    .header-section-menubar {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-section-menubar > img {
        width: 35px;
    }

    .header-section {
        height: 90px;
    }

    .hero-section-content {
        height: auto;
        padding: 65px 0;
    }

    .hero-section .container {
        padding: 0;
    }

    .hero-section .container > .hero-section-category > .row {
        --bs-gutter-x: 0;
    }

    .hero-section-category {
        height: 100%;
        top: 0;
        margin-bottom: 50px;
    }

    .hero-section-info-text {
        height: 160px;
    }

    .certifications-section-info > ul > li {
        width: 43%;
        margin-right: 30px;
    }

    .business-unit-section {
        height: auto;
    }

    .director-info img {
        width: 100% !important;
    }

    .client-section-info > ul > li {
        width: 43%;
        margin-right: 20px;
    }

    .client-section2 > li {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .service-section-info-box img {
        margin-bottom: 20px;
    }

    .sustainability-header {
        margin: 0;
    }

    .sustainability-header > ul {
        overflow: scroll;
        display: flex;
        flex-direction: row;
    }

    .sustainability-header > ul > li {
        height: 40px;
        margin-right: 10px;
        white-space: nowrap;
        padding: 0 10px;
    }

    .sustainability-header > ul > li > a {
        font-size: 16px;
    }

    .footer-section {
        padding: 0 10px;
    }

    .footer-section-top {
        height: auto;
        margin-bottom: 15px;
        padding-top: 35px;
    }

    .footer-section-intro > a img {
        margin-bottom: 20px;
        width: 70%;
    }

    .footer-section-bottom {
        height: auto;
    }

    .footer-section-copy-right {
        text-align: center;
    }

    .footer-section-social {
        float: unset;
    }

    .footer-section-menu > img {
        width: 100% !important;
    }

    .footer-section-intro > a > img {
        width: 35% !important;
    }

    .product-section > ul > li {
        flex: unset;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}