.cta-try-teamai-today {
    background-color: var(----primary-blue-04, #0C57AD);  
    padding-top: 96px;
    padding-bottom: 96px;
    background: url('/wp-content/themes/teamai/assets/img/cta/try-teamai-today/left-bg.png') bottom left no-repeat,
                url('/wp-content/themes/teamai/assets/img/cta/try-teamai-today/right-bg.png') top right no-repeat,
                var(--primary-blue-04, #0C57AD);
    background-size: auto;

}
.cta-try-teamai-today .body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cta-try-teamai-today .body h2 {
    color: white;
    margin-bottom: 32px;
    text-align: center;
}
.cta-try-teamai-today .body p {
    color: #FFF;
    text-align: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
}
@media screen and (max-width: 991px) {
    .cta-try-teamai-today {
        background-size: 150px auto;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .cta-try-teamai-today .body p {
        font-size: 22px;
        line-height: 32px;
    }
}
@media screen and (max-width: 860px) {
    .cta-try-teamai-today {
        background-size: 85px auto;
    }
}

@media screen and (max-width: 450px) {
    .cta-try-teamai-today {
        padding-top: 104px;
        padding-bottom: 104px;
    
    }

}