.get-started-section {
    padding: 130px 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #FF3FB9 146.15%); */
    background-image: url(../images/get-start-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.get-started-section .title-with-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.get-started-section .title-with-cta .title {
    width: 73%;
}

.get-started-section .title-with-cta .cta {
    width: 23%;
    text-align: right;
}
.get-started-section .title-with-cta .btn {
    padding: 14px 20px;
}
@media only screen and (max-width:1199px){
    
}
@media only screen and (max-width:991px){
     .get-started-section {
        padding: 60px 0;
    }
}
@media only screen and (max-width:767px){
    .get-started-section {
        padding: 40px 0;
    }
    .get-started-section .title-with-cta .cta {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .get-started-section .title-with-cta .title {
        width: 100%;
    }
}