.gb-container.web-sidebar-cta {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 24px;
    background: #DDEAFF;
}

h3.gb-headline.gb-headline-text {
    margin: 0;
    text-align: center;
}

.sidebar-cta-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.cta-button-wrapper a {
    padding: 12px 24px;
    border-radius: 6px;
    background: #007A33;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}