.cta-wrap {
    margin: 0 0 90px;
}

.cta-wrap .btn{
    margin: 10px 0;
}
.banner{
    padding: 80px 0;
}
.banner .btn {
  margin-right: 35px;
}

.banner .featured-img {
    position: relative;
}

.featured-img-wrap {
    position: relative;
    display: inline-block;
    left: 10px;
    width: auto;
}

.featured-img-wrap:after,
.featured-img-wrap:before {
    position: absolute;
    content: '';
}

.default-banner .featured-img-wrap:after {
    background: url(../../images/quotes.png) no-repeat center center/contain;
    width: 88px;
    height: 143px;
    top: -33px;
    left: -65px;
    transform: scaleX(-1);
    z-index: -1;
}

.featured-img-wrap:before {
    background: url(../../images/brackets.png) no-repeat center center/contain;
    width: 168px;
    height: 376px;
    top: -202px;
    left: 197px;
    z-index: -1;
}

.alternate-banner .featured-img-wrap:after {
    width: 65px;
    background: var(--red);
    left: 20px;
    z-index: -1;
    transform: skewX(-25deg);
    height: 385px;
    top: -65px;
}

.featured-img-logo {
    position: absolute;
    left: 175px;
    top: 30px;
    z-index: 1;
}


.banner h1{
    margin-bottom: 36px;
}

.banner .sub-title{
    font-weight: 350;
}


.carousel-dash {
    position: absolute;
    bottom: 130px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.carousel-dash button {
    font-size: 0;
    width: 30px;
    height: 5px;
    margin:0 8px 0 0;
    background: #666666;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

.carousel-dash .slick-active button {
    background: var(--light-orange);
}

@media all and (max-width: 767px){
    .banner__carousel-content .banner{
        overflow: hidden;
    }
    .banner__carousel-content .justify-content-end{
        justify-content:unset;
    }
}