@media screen and (max-width:1120px) {
    .cards__wrap {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

}

@media screen and (max-width:1110px) {
    .Pro__wrap {
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 87px;


    }

    .Pro__img {
        max-width: 268px;
        width: 100%;
        position: relative;
    }

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

    .Pro__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:970px) {
    .flex__wrap {
        flex-direction: column;
        display: flex;
        align-items: center;
        gap: 20px;
    }

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

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

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

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

    .banner__title {
        font-size: 65px;
    }
    .footer {
        padding: 35px 0;
    }
}

@media screen and (max-width:360px) {
    .header__nav2 {
        flex-direction: column;
    }

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