@media screen and (max-width:1120px) {
    .airpods__wrap {
        flex-direction: column;
        align-items: center;
        display: flex;
        gap: 88px;

    }

    .airpods__center-img {
        width: 268px;
        height: 100%;
        position: relative;
    }

    .airpods__center-img::after {
        content: "";
        background: #C4C4C4;
        width: 61px;
        height: 1px;
        position: absolute;
        top: -44px;
        left: 50%;
        transform: translateY(-50%) rotate(90deg);
        right: -74px;
    }

    .airpods__center-img::before {
        content: "";
        background: #C4C4C4;
        width: 61px;
        height: 1px;
        position: absolute;
        top: 110%;
        left: 50%;
        transform: translateY(-50%) rotate(90deg);
        right: -74px;
    }

}

@media screen and (max-width:1110px) {
    .production__wrap {
        flex-wrap: wrap;
        gap: 30px;
        display: flex;
        justify-content: space-evenly;
    }
}

@media screen and (max-width:575px) {
    .footer__wrap {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }
}

@media screen and (max-width:960px) {
    .details__wrap {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .pods__wrap {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:691px) {
    .banner__title {
        text-align: center;
    }
}

@media screen and (max-Width:455px) {
    .header__nav {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width:455px) {
    .banner__title {
        font-size: 75px;
    }
}

@media screen and (max-width:400px) {
    .header__nav-menu {
        flex-direction: column;
        gap: 15px;
    }

    .header__nav-menu_logo {
        text-align: center;
    }
}