.sixty_stores {
    padding: 0 16px;
    min-height: 560px;

}

.sixty_stores__container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 20px;
}

.sixty_stores__left {
    background: #242223;
    max-width: 478px;
    width: 100%;
    padding: 50px 101.88px 47.68px 79.81px;
    border-radius: 20px 0 0 20px;
    height: 560px;

}

.sixty_stores__left h2 {
    font-family: Lato;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.sixty_stores__desc {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.sixty_stores__Info__row {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}

.sixty_stores__Info__row:nth-of-type(3) {
    margin-bottom: 50px;
}

.sixty_stores__Info__row img {
    width: 35px;
    height: 35px;
}

.sixty_stores__Info__row p {
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #CCCCCC;

}

.sixty_stores__btn {
    width: fit-content;
    padding: 0 39px;
    min-height: 47px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: #FFFFFF;
}

.sixty_stores__right {
    /* max-width: 802px; */
    width: 100%;
    height: 100%;
}

.sixty_stores__right img {
    width: 100%;
    max-width: 802px;
    height: 560px;
    border-radius: 0 20px 20px 0;
}

.sixty_stores__right video {
    width: 100%;
    max-width: 802px;
    height: 560px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
}

@media screen and (max-width : 992.9px) {
    .sixty_stores {
        background: #242223;
    }

    .sixty_stores__container {
        flex-direction: column-reverse;
        align-items: center;
    }
    .sixty_stores__right img {
        width: 100%;
        height: 234px;
        border-radius: 10px;
        margin-top: 40px;
    }
    .sixty_stores__right video {
        border-radius: 10px;
        margin-top: 40px;
        /* min-height: 234px; */
        height: 234px;
        width: 100%;
    }

    .sixty_stores__left {
        background: #242223;
        max-width: 478px;
        width: 100%;
        padding: 0 0 40px 0;
        height:100%;
    }

    .sixty_stores__left h2 {
        font-size: 24px;
        margin-bottom: 8px;
        margin-top: 24px;
        line-height: 31.2px;
    }

    .sixty_stores__desc {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 28px;
        color: #CCCCCC;
    }

    .sixty_stores__Info__row {
        gap: 16px;
        margin-bottom: 16px;
    }
    .sixty_stores__Info__row img {
        width: 30px;
        height: 30px;
    }
    .sixty_stores__Info__row p {
        font-size: 16px;
        line-height: 17.6px;
    }
    .sixty_stores__Info__row:nth-of-type(3) {
        margin-bottom: 36px;
    }
    .sixty_stores__btn {
        width: unset;
        font-size: 16px;
        line-height: 20.8px;
        min-height: 46px;
    }

}