.postcard-callout{
    position: relative;
}
.postcard-callout.hasTitle {
    margin-bottom: calc(35px + (80 - 35) * ((100vw - 320px) / (1024 - 320)));
}

.postcard-callout .big-title{
    display: none;
}

.postcard-callout .big-title,
.postcard-callout .big-title-mobile{
    position: absolute;
    bottom: calc(-20px + (-95 - -20) * ((100vw - 320px) / (1500 - 320)));
    z-index: 1;
    width: 100%;
    pointer-events: none;
    text-align: center;
    padding-right: 0;
}
.postcard-callout .big-title-mobile{
    left: -20px;
}

.postcard-callout .big-title-mobile h4,
.postcard-callout .big-title h4{
    color: #f0df02;
    margin: 0;
    font-family: "termina", sans-serif;
    font-size: calc(120px + (180 - 120) * ((100vw - 1025px) / (1500 - 1025)));
    line-height: 1;
    letter-spacing: 30px;
    opacity: 0.9;
    font-weight: bold;
    text-transform: uppercase;
}

.postcard-callout .big-title-mobile h4{
    letter-spacing: calc(25px + (30 - 25) * ((100vw - 320px) / (1024 - 320)));
}

@supports(-webkit-text-stroke: 1px black){
    .postcard-callout .big-title-mobile h4,
    .postcard-callout .big-title h4{
        color: transparent;
        -webkit-text-stroke: 3px #f0df02;
        text-shadow: none;
    }
}

.postcard-callout .big-title-mobile h4,
.postcard-callout .big-title h4 {
    color: transparent;
    -webkit-text-stroke: 3px #f0df02;
    text-shadow: none;
}


@media(min-width: 1025px) {
    .postcard-callout .big-title-mobile{
        display: none;
    }
    .postcard-callout .big-title{
        display: block;
    }

}


.postcard-callout .cols {
    position: relative;
    overflow: hidden;
}

.postcard-callout .slide .inner {
    display: flex;
    position: relative;
    flex-direction: column;
    border-color: #852958;
    background: linear-gradient(45deg, #54122c, #d04486);
    padding: 15px;
}

.postcard-callout .inner .img-cont {
    position: relative;
    height: 100%;
}

.postcard-callout .inner .img-cont .background-img{
    height: calc(285px + (575 - 285) * ((100vw - 320px) / (1024 - 320)));
    background-size: cover;
    background-repeat: no-repeat;
}

.postcard-callout .inner .content-section {
    position: relative;
    z-index: 2;
    order: 2;
    padding: 0 5px;
}
.postcard-callout.hasTitle .inner .content-section {
    margin-top: calc(30px + (65 - 30) * ((100vw - 320px) / (1024 - 320)));
}
.postcard-callout .inner .content-section h4,
.postcard-callout .inner .content-section h4 a {
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    width: 100%;
}

.postcard-callout .inner .content-section h4 a{
    font-family: inherit;
    text-transform: inherit;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.postcard-callout .inner .content-section .subtitle {
    font-family: 'Rage Italic W01';
    color: #fde66d;
    font-size: 30px;
}

.postcard-callout .content-section .desc-box p {
    font-family: 'Montserrat', serif;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.postcard-callout .content-section .custom-button{
    margin-bottom: 5px;
}

.postcard-callout .content-section .button-link {
    padding: 10px 22px;
    background-color: #FFF;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.postcard-callout .content-section .button-link:hover {
    color: #FFF;
}

@media(min-width: 1025px) {
    .postcard-callout.hasTitle {
        margin-bottom: calc(80px + (125 - 80) * ((100vw - 1025px) / (1500 - 1025)));
    }
    .postcard-callout .slide .inner {
        flex-direction: row;
        align-items: center;
    }

    .postcard-callout .inner .content-section {
        position: absolute;
        width: 100%;
        max-width: 605px;
        order: 1;
        padding-left: 7%;
        display: block;
        margin-bottom: 30px;
    }
    .postcard-callout.hasTitle .inner .content-section {
        margin-top: 0;
    }
    .postcard-callout .inner .img-cont {
        width: 100%;
    }
    .postcard-callout .slide .inner .img-cont::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 5%, rgba(255, 255, 255, 0.05));
        pointer-events: none;
        z-index: 1;
    }

    .postcard-callout .inner .img-cont .background-img{
        height: 575px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .postcard-callout .inner .content-section h4 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 9.6px;
        margin-bottom: 20px;
    }
    .postcard-callout .content-section .button-link {
        padding: 10px 50px;
        font-size: 16px;
    }
    .postcard-callout .content-section .desc-box p {
        margin-bottom: 35px;
    }

    .postcard-callout .inner .content-section .subtitle {
        font-size: calc(30px + (35 - 30) * (100vw - 1025px) / (1650 - 1025));
        line-height: 1;
    }
}

@media(min-width: 1500px) {
    .postcard-callout .big-title,
    .postcard-callout .big-title-mobile{

        bottom: -95px;

    }
    .postcard-callout .big-title h4{
        font-size: 180px;
    }
}