.custom_slider {
    margin-bottom: 40px;
}

.custom_slider .title-cont {
    padding: 0 15px 25px;
}

.custom_slider .title-cont .shared-link { font-size: 18px; }

.custom_slider .title-cont h2 {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 39px;
    letter-spacing: -2px;
}

.custom_slider .title-cont h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffb850;
}

.custom_slider .title-cont h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffb850;
}

.custom_slider .slider {
    position: relative;
}

.custom_slider .arrow-cont {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    padding-top: 100%;
}

.custom_slider .arrow-cont .custom-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #672f5d;   
    width: 40px;
    height: 40px;   
    border: none;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #c0cfd5;
    pointer-events: all;
}

.custom_slider .arrow-cont .custom-arrow.prev {
    margin-right: 12px;
    left: 0;
}

.custom_slider .arrow-cont .custom-arrow.next {
    right: 0;
}

.custom_slider .arrow-cont .custom-arrow.prev img {
    transform: rotate(180deg);
}

.custom_slider a:hover { text-decoration: none; }

.custom_slider .item .img-cont {
    position: relative;
}

.custom_slider .item .img-cont img {
    display: block;
    width: 100%;
}

.custom_slider .item .img-cont .date-block {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Obvia', sans-serif;
    color: #672f5d;
    text-transform: uppercase;
    background-color: white;
    font-weight: bold;
}

.custom_slider .item .img-cont .date-block span:first-child {
    font-size: 18px;
}

.custom_slider .item .img-cont .date-block span:last-child {
    font-size: 38px;
}

.custom_slider .item .slide-content {
    padding: 20px 15px;
}

.custom_slider .item .slide-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}

.custom_slider .item .slide-content .date-range {
    font-size: 18px;
    color: #484848;
}

.custom_slider .item .slide-content .valid {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #7a903e;
}

@media (min-width: 40.063em) {
    .custom_slider .item {
        margin: 0 10px;
    }

    .custom_slider .arrow-cont {
        padding-top: 47.5%;
    }
}

@media (min-width: 64.063em) {
    .custom_slider {
        width: 100%;
        max-width: 1325px;
        margin: 0 auto 60px;
    }

    .custom_slider .title-cont h2 {
        font-size: 50px;
        line-height: 52px;
    }

    .custom_slider .item {
        margin: 0 18px;
    }

    .custom_slider .item .slide-content .date-range {
        font-size: 20px;
    }

    .custom_slider .arrow-cont {
        padding-top: 32%;
    }
}