@media (max-width: 1300px) {
    body {
        font-size: 0.8em;
    }

    section {
        max-width: 1110px;
    }

    .cashout {
        margin: 100px 0 0 0;
    }

    .cashout img,
    .right-group img {
        width: 80%;
    }

    .stores {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .stores img {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1200px) {
    section {
        max-width: 1000px;
    }
}

@media (max-width: 1050px) {
    body {
        font-size: 0.8em;
    }

    header,
    .right-group {
        display: none;
    }

    section {
        padding: 50px 0;
    }

    .cashout {
        margin: 0;
    }

    .cashout img {
        width: 80px;
    }

    .left-group {
        text-align: center;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-img {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0 30px;
        display: block;
    }

    .slogan {
        margin: 50px 0 0 0;
    }

    .stores {
        width: 100%;
        margin: 50px 0 0 0;
        display: flex;
        justify-content: center;
    }

    .stores img {
        height: 90%;
    }

    .privacy-copyright {
        font-size: 1em;
        margin: 25px 0 0 0;
    }

    .privacy {
        justify-content: center;
    }
}
