.page-sponsor {
    position: relative;
    width: auto;
    max-width: 840px;
    padding: 20px 20px 20px 0;
    margin: 0 -15px 25px;
}
.page-sponsor::after {
    position: absolute;
    content: "";
    top: 50px;
    right: 0;
    width: 72%;
    height: calc(100% - 50px);
    background-image: url("/includes/client_public/assets/images/listings/page-sponsor-pattern-bg.png");
}
.page-sponsor .slanted {
    max-width: 780px;
    padding: 30px 15px 20px;
}

.page-sponsor .slanted::before,
.page-sponsor .slanted::after {
    right: 0;
    background-color: #274173;
    border-color: #274173;
}

.page-sponsor .slanted::before {
   top: 45px;
   left: 0;
   bottom: 0;
}

.page-sponsor .slanted::after {
    bottom: auto;
    left: -5px;
    top: 0;
    border-style: solid;
    border-width: 0 0 50px 35px;
    background-color: transparent;
    border-left-color: transparent;
}

.page-sponsor .cont {
    padding: 8px 8px 18px;
    background-color: #fff;
    text-align: left;
}
.page-sponsor .cont .img-cont {
    padding-bottom: 35px;
}
.page-sponsor .cont .img-cont img {
    width: 100%;
    height: auto;
}
.page-sponsor .cont .title {
    padding-bottom: 25px;
}
.page-sponsor .cont .title a {
    text-transform: uppercase;
    color: #79d8f2;
    font-size: 30px;
    letter-spacing: 0.8px;
    line-height: 32px;
    font-weight: normal;
}
.page-sponsor .cont .content p {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 22px;
    margin-bottom: 25px;
}
.page-sponsor .cont .button-cont {
    text-align: center;
    padding: 10px 0; 
    display: block;
}
.page-sponsor .cont .button-cont a {
    background-color: transparent;
}
.page-sponsor .line {
    position: absolute;
    z-index: 2;
    height: 2.5px;
    width: 50%;
    left: 0;
    bottom: 10px;
    background-color: #ebebeb;
}

.page-sponsor .line.top {
    top: 35px;
    left: auto;
    bottom: auto;
    right: 0;
}
@media screen and (min-width: 1025px) {
    .page-sponsor {
        margin:0;
        padding-right: 20px;
    }
    .page-sponsor::after {
        top: 50px
    }
}
@media screen and (min-width: 1400px){
    .page-sponsor {
        padding: 0 65px 15px 0;
        margin: 100px 0;
    }
    .page-sponsor::after {
        top: 0px;
        height: 100%;
    }
    .page-sponsor .slanted {
        top: -65px;
        padding: 85px;
    }
    .page-sponsor .slanted::before {
        top: 160px;
        left: 0;
        bottom: 0;
     }
    .page-sponsor .slanted::after {
        bottom: auto;
        left: -5px;
        top: 0;
        border-style: solid;
        border-width: 0 0 160px 125px;
        background-color: transparent;
        border-left-color: transparent;
    }
    .page-sponsor .cont {
        padding: 20px;
    }
    .page-sponsor .cont .img-cont {
        padding-bottom: 55px;
    }
    .page-sponsor .cont .title a {
        font-size: 41px;
    }
    .page-sponsor .cont .content p {
        font-size: 22px;
        letter-spacing: 0.5px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .page-sponsor .line {
        height: 3.5px;
        width: 370px;
        bottom: 40px;
    }
    
    .page-sponsor .line.top {
        top: -30px;
        width: 460px;
    }
}