.explore-more {
    padding: 85px 0 65px;
}

.pseudo-elements {
    position: relative;
}

.explore-more p {
    padding-bottom: 20px;
}

.pseudo-elements:after,
.pseudo-elements:before {
    position: absolute;
    content: '';
    z-index: -1;
}

.default-banner .pseudo-elements:after {
    background: url(../../images/quotes.png) no-repeat center center/contain;
    width: 114px;
    height: 186px;
    transform: scaleX(-1);
    right: 20px;
    bottom: -125px;
}


/* .alternate-banner .pseudo-elements:after {
    background: url(../../images/dot-quotes.png) no-repeat center center/contain;
    width: 240px;
    height: 140px;
    bottom: -110px;
    left: 0;
} */
.alternate-banner.explore-more:after {
    background: url(../../images/Comma-Shape.svg) no-repeat center center/contain;
    width: 114px;
    height: 186px;
    bottom: -40px;
    right: 35px;
    position: absolute;
    content: '';
    /* transform: scaleX(-1) rotate(90deg); */
    z-index: -1;
}



.pseudo-elements:before {
    background: url(../../images/brackets.png) no-repeat center center/contain;
    width: 238px;
    height: 532px;
    right: -115px;
    top: -335px;
}

.explore-more .card-body {
    height: 100%;
}

@media all and (min-width:768px) {
    .explore-more {
        padding: 125px 0;
    }

    .explore-more h2{
        padding-right: 20%;
    }

    /* .explore-more p {
        padding-bottom: 15px;
    } */
    .pseudo-elements:before {
        width: 250px;
        height: 559px;
        right: -90px;
        top: -365px;
    }

    .default-banner .pseudo-elements:after{
        transform: none;
        right: auto;
        bottom: -190px;
        left: 0;
    }
    .explore-more .group-2 .card{
        width: calc((100% - 25px) / 2);
    }

    .explore-more .card-body {
        padding-right: 40px;
    }

    /* .alternate-banner .pseudo-elements:after{
        width: 410px;
        height: 180px;
        bottom: -185px;
    } */

    .alternate-banner.explore-more:after{
        right: auto;
        left: 55px;
        bottom: -55px;
        transform: scaleX(-1);
    }

}

@media all and (min-width: 992px){
    /* .alternate-banner .pseudo-elements:after{
        width: 550px;
        height: 197px;
        bottom: -200px;
    } */
    /* .alternate-banner.explore-more:after{
        width: 375px;
        height: 255px;
        bottom: -80px;
    } */
}


@media all and (min-width:1440px) {
    .default-banner .explore-more {
        padding: 135px 0 215px;
    }

    .alternate-banner .explore-more {
        padding: 135px 0 185px;
    }

    .default-banner .pseudo-elements:after {
        width: 205px;
        height: 335px;
        left: -225px;
        bottom: -170px;
    }

    .pseudo-elements:before {
        width: 356px;
        height: 797px;
        right: -195px;
        top: -400px;
    }
    .explore-more .group-2 .card{
        width: calc((100% - 160px) / 2);
    }

    .alternate-banner.explore-more:after {
        width: 250px;
        height: 560px;
        bottom: -145px;
        transform: scaleX(-1);
        left: -140px;
    }
}

@media all and (min-width: 1920px){
    .alternate-banner.explore-more:after{
        left: -45px;
    }
}