.cta-get-started-today {
    background: #1F2937;    
    padding-top: 96px;
    padding-bottom: 96px;
    background-size: auto;
    position: relative;

}
.cta-get-started-today .body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cta-get-started-today .body h2 {
    color: white;
    margin-bottom: 0px;
    text-align: center;
}
.cta-get-started-today .body p {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    margin-top: 32px;
    margin-bottom: 16px;
}
.cta-get-started-today .left-bg {
    position: absolute;
    left: 0px;
    top: -48px;
}
.cta-get-started-today .right-bg {
    position: absolute;
    right: 0px;
    bottom: -46px;
}

@media screen and (max-width: 991px) {
    .cta-get-started-today {
        padding-top: 108px;
        padding-bottom: 108px;
    }
    .cta-get-started-today .left-bg {
        top: -31px;
        max-width: 150px;
    }  
    .cta-get-started-today .right-bg {
        max-width: 150px;
        bottom: -30px;
    }      
    .cta-get-started-today .body p {
        font-size: 22px;
    }
}

@media screen and (max-width: 860px) {
    .cta-get-started-today .left-bg {
        top: -18px;
        max-width: 85px;
    }  
    .cta-get-started-today .right-bg {
        max-width: 85px;
        bottom: -17px;    
    }      
}