.collection-block-swiper .swiper-slide:first-child {
    width: 700px;
    height: 443px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.collection-block {
    margin-bottom: 60px;
}

.collection-blocks {
    padding-top: 60px;
}

.collection-blocks .section-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.35px;
    text-transform: uppercase;
    color: #b5a191;
    margin-bottom: 0;
}

.collection-block .collection-name {
    font-weight: 300;
    font-size: 42px;
    line-height: 51px;
    letter-spacing: -0.43px;
    text-align: center;
    margin-bottom: 37px;
}

.collection-block .swiper-button-next {
    right: calc((100vw - 1200px) / 2);
}

.collection-descr {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    text-align: center;
    letter-spacing: -0.43px;
    margin: 0 auto;
    margin-top: 51px;
    max-width: 580px;
}

.collection-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.collection-block .round-btn-wrap {
    margin-top: 28px;
}

@media screen and (max-width: 1024px) {
    .collection-blocks {
        padding-top: 10px;
    }
}
