.cta-sidebar-cta-1 {
    border-radius: 16px;
    background: var(--Medium-Blue, #D9EDF7);
    padding: 24px;
    text-align: center;
    background-image: 
        url('https://www.nutshell.com/wp-content/themes/nutshell/assets/img/ctas/sidebar-cta-1/top-cloud.svg'),
        url('https://www.nutshell.com/wp-content/themes/nutshell/assets/img/ctas/sidebar-cta-1/mid-cloud.svg'),
        url('https://www.nutshell.com/wp-content/themes/nutshell/assets/img/ctas/sidebar-cta-1/bottom-cloud.svg');

    background-position: top right, center left, bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}
.cta-sidebar-cta-1 .cta-body .cta-content img {
    margin-bottom: 32px;
    width: 140px;
}
.cta-sidebar-cta-1 .cta-body .cta-content h4 {
    color: var(--Navy, #0D0F33);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.503px;
    margin-bottom: 32px;
}
.cta-sidebar-cta-1 .cta-body .cta-content {
    margin-bottom: 32px;
}
