
.cta-section .right-content .custom-buttons-wrapper{
    width: 100%;
    padding-bottom: 16px;
}

.cta-section .right-content .description-text a{
    width: 100%;
    justify-content: center;
}

.cta-section .left-content {
    padding-right: 100px;
}

.cta-section .left-content .description-text{
    color: var(--white-color);
    font-size: var(--font-22);
    letter-spacing: 0.5px;
    line-height: 120%;
    font-weight: 400;
}

.cta-section a.btn-primary{
    background-color: #F4EEFA;
}

.cta-section a.btn-primary:hover{
    background-color: #B89BD0;
}

@media screen and (max-width: 991px) {
    .cta-section .left-content {
        padding-right: 30px;
    }

}

@media screen and (max-width: 767px) {
    .cta-section .left-content {
        padding-right: 0px;
        padding-bottom: 20px;
    }

}