@media screen and (max-width: 1023px) {
    .banner-section {
        margin-top: 20px;
    }

    .banner-content img {
        max-width: 120px;
    }

    .banner-content h2 {
        font-size: 50px;
    }

    .main-banner .banner-content {
        padding: 50px 20px;
    }

    .banner-img .banner-flag {
        max-width: 90px;
        top: 30%;
        left: 10%;
    }

    .widget-box h2 {
        font-size: 80px;
    }

    .widget-box h3 {
        font-size: 38px;
    }

    .widget-box h4 {
        font-size: 32px;
    }

    .banner-widget .widget-box {
        padding: 25px;
        right: 30px;
        min-width: 340px;
    }

    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .logo-section ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .product-logo {
        gap: 5px;
    }
}

@media screen and (max-width: 767px) {
    .section-gapping {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .top-gapping {
        padding-top: 70px;
    }

    .bottom-gapping {
        padding-bottom: 70px;
    }

    header .header {
        padding: 10px 0;
    }

    .main-menu {
        display: none;
        position: fixed;
        background-color: #fff;
        left: 0;
        right: 0;
        top: 70px;
        z-index: 999;
    }

    .main-menu.open-menus {
        display: block;
    }

    .main-menu ul {
        display: flex;
        gap: 0;
        flex-direction: column;
    }

    .main-menu ul li:not(:first-child) {
        border-right: none;
        padding-right: 0;
    }

    .main-menu ul li a {
        font-size: 20px;
        color: #000;
        display: block;
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }

    .menu-icon {
        display: flex;
    }

    .header .logo {
        max-width: 150px;
    }

    .logo-left {
        max-width: 70px;
        margin-left: auto;
        margin-right: 5px;
    }

    .product-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .aeg-content-top {
        margin: 0 auto 30px;
        max-width: 320px;
    }

    .aeg-content-top h2 {
        font-size: 50px;
    }

    .aeg-content-top h2 img {
        max-width: 80px;
    }

    p {
        font-size: 20px;
    }

    .video-btn {
        gap: 40px;
    }

    .btn-link {
        font-size: 24px;
    }

    .main-title {
        font-size: 24px;
    }

    footer .footer_logo {
        max-width: 150px;
        margin: 0 auto 20px;
    }

    .tab-sticky {
        display: grid;
    }

    .banner-widget .container {
        border-top: 10px solid #cf1430;
    }

    .banner-widget .widget-box {
        padding: 15px;
        min-width: auto;
        top: 0;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
    }

    .widget-box h2 {
        font-size: 60px;
    }

    .widget-box h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .widget-box h4 {
        font-size: 22px;
    }

    .banner-widget img {
        height: 280px;
    }

    .main-banner {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 0;
        box-shadow: none;
    }

    .banner-img {
        position: relative;
        order: 2;
        margin-top: -60px;
    }

    .main-banner .banner-content {
        padding: 20px 0 0;
        position: relative;
        z-index: 1;
    }

    .logo-section ul {
        gap: 10px;
    }

    .logo-section ul li {
        border-radius: 5px;
    }

    .product-logo {
        gap: 5px;
        margin-bottom: 40px;
        grid-template-columns: repeat(3, 1fr);
    }

    .common-box {
        padding: 0 30px;
    }

}