.front-slider-custom {
    --swiper-pagination-bottom: 22px;
    height: 559px;
    border-radius: 0;
    
    @media (max-width: 1024px) {
        height: 525px;
    }
    
    @media (max-width: 562px) {
        height: 719px;
    }
}

@media (max-width: 1024px) {
    .front-slider-custom {
        height: 525px;
    }
}

@media (max-width: 562px) {
    .front-slider-custom {
        height: 719px;
    }
}

.front-slider-custom__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 2;

}

.front-slider-custom__before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 40px;
    z-index: 2;
}

.front-slider-custom__info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
    padding-right: 16px;
}

.front-slider-custom__title {
    color: white;
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
    margin-bottom: 14px;
}

.front-slider-custom__subtitle {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 56px;
    @media (max-width: 380px) {
        margin-bottom: 179px;
    }
}

@media screen and (max-width: 1024px) {
    .front-slider-custom__subtitle {
        max-width: 581px;
    }
}

@media screen and (max-width: 380px) {
    .front-slider-custom__subtitle {
        margin-bottom: 179px;
    }
}
