.slider-banners {
    margin: 100px 0;
}
.slider-banners__img {
    height: 870px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    position: relative;
}
.slider-banners__title {
    color: #ffffff;
    font-size: 32px; 
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    position: absolute;
    bottom: 120px;
    right: 100px;
}
.slider-banners__btn a {
    text-transform: uppercase;
 
}
.slider-banners__btn {
    position: absolute;
    bottom: 155px;
    left: 100px;
}


.style-arrow {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center; 
    cursor: pointer;
    background: #fff;
}

.style-arrow:hover {
    background: #56130D;
}

.style-arrow:hover svg, .style-arrow:hover path {
    fill: #fff;
}

.head-title-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.slider-banners__arrows{
    display: flex;
    gap: 16px;
    position: absolute;
    bottom: 260px;
    left: 100px;
}