.contentRender_name_plugins_collections_template_custom_featured_page_sponsor {
    margin-bottom: 0;
}
.contentRender_name_plugins_collections_template_custom_featured_page_sponsor.last {
    margin-bottom: 40px;
}
.featured-page-sponsor .img-cont {position: relative;}
.featured-page-sponsor .slide-wrapper {
    max-width: 1035px;
    margin: 0 auto;
    padding: 0 15px;
}

.featured-page-sponsor .img {
    height: 100vw;
    max-height: 500px;
    background-color: #fcfbf8;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.featured-page-sponsor .img-cont .feat-badge{
    position: absolute;
    background-color: #B8402D;
    width: 100%;
    bottom: 0;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 14px 5px;
    font-weight: normal;
    letter-spacing: 1px;
}

.featured-page-sponsor .content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcfbf8;
}

.featured-page-sponsor .content .inner {
    width: 100%;
    max-width: 560px;
    padding: 15px 15px 40px;
}

.featured-page-sponsor-outer.large-heading .content .inner {
    max-width: 580px;
    padding-top: 35px;
}
.featured-page-sponsor .content .btn{
    background-color:#778C39;
    border: none;
    text-transform: uppercase;
}

.featured-page-sponsor .content .title {
    margin-bottom: 20px;
}
.featured-page-sponsor .content .title,
.featured-page-sponsor .content .title a {
    color: #54472c;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

.featured-page-sponsor .content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .featured-page-sponsor .slide-wrapper {
        display: flex;
    }

    .featured-page-sponsor .slide-wrapper>* {
        flex: 1;
    }

    .featured-page-sponsor .img {
        height: auto;
        min-height: 620px;
        max-height: none;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .contentRender_name_plugins_collections_template_custom_featured.last {
        margin-bottom: 80px;
    }

    .featured-page-sponsor .content .inner {
        padding: 50px;
        max-width: 630px;
    }

    .featured-page-sponsor .content .title {
        margin-bottom: 30px;
    }
    .featured-page-sponsor .content .title,
    .featured-page-sponsor .content .title a {
        font-size: 45px;
    }

    .featured-page-sponsor-outer.large-heading .content .title,
    .featured-page-sponsor-outer.large-heading .content .title a {
        font-size: 69px;
    }

    .featured-page-sponsor .content p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .featured-page-sponsor-outer.large-heading .content p {
        font-size: 17px;
    }

    .featured-page-sponsor .content .btn {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #778C39;
        border: none;
        text-transform: uppercase;
    }
}

@media only screen and (min-width: 1050px){
    .featured-page-sponsor .slide-wrapper{
        padding: unset;
    }
}
