.swiper {
    width: 100%;
    margin-top: 37px;
    max-width: 900px;
    height: 1273px;
}

.swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}

.first-button {
    cursor: pointer;
}

.second-button {
    cursor: pointer;
}

.section-swipe {
    padding: 0px 20px;
}


.slide-1 {
    background: url('../images/extract-1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.slide-2 {
    background: url('../images/extract-2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.slide-3 {
    background: url('../images/extract-3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}


