.sliderOff {
    background: #6E162F;
    padding: 50px 0;
}
.sliderOff .header {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .sliderOff .header {
        flex-direction: column;
    }
}
.sliderOff .header h2 {
    color: #fff;
    font-size: 65px;
    line-height: 79px;
    letter-spacing: 2.47px;
    width: 455px;
    display: block;
    margin: 0;
}
@media (max-width: 991px) {
    .sliderOff .header h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}
.sliderOff .header h2 strong {
    width: 455px;
    display: block;
}
@media (max-width: 991px) {
    .sliderOff .header h2 strong {
        width: 100%;
    }
}
.sliderOff .header p {
    color: #fff;
    width: 100%;
    max-width: 900px;
    padding-left: 50px;
    margin: 0;
}
@media (max-width: 991px) {
    .sliderOff .header p {
        text-align: center;
        padding: 0;
    }
}
.sliderOff .slick-slide {
    margin: 0 10px;
}
.sliderOff .wrap {
    max-height: 730px;
    height: auto;
    width: 100%;
    aspect-ratio: 495/738;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.sliderOff .wrap a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0 0 no-repeat padding-box;
    z-index: 2;
}

.sliderOff .wrap a {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    z-index: 3;
    position: relative;
    text-decoration: none;
}

.sliderOff .wrap a .title {
    color: #fff;
    padding: 0 0 50px 20px;
    font-family: 'century-gothic';
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 1.18px;
    position: absolute;
    bottom: 0;
    z-index: 3
}
.sliderOff .wrap a .banner {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #9F3838;
    width: 85px;
    height: 111px;
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 65%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sliderOff .wrap a .banner .text {
    font-weight: 800;
    max-width: 55px;
    line-height: 20px;
}
