.sb-cta-container-8b34d01b {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 32px;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.sb-cta-icon-wrap-8b34d01b {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sb-cta-icon-wrap-8b34d01b i {
    font-size: 36px;
}

.sb-cta-icon-wrap-8b34d01b svg {
    width: 36px;
    height: 36px;
}

.sb-cta-content-wrap-8b34d01b {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sb-cta-title-8b34d01b {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.sb-cta-text-8b34d01b {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.sb-cta-button-wrap-8b34d01b {
    flex-shrink: 0;
}

.sb-cta-button-8b34d01b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .sb-cta-container-8b34d01b {
        gap: 20px;
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .sb-cta-container-8b34d01b {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        padding: 24px 16px;
    }
    .sb-cta-button-wrap-8b34d01b {
        width: 100%;
    }
    .sb-cta-button-8b34d01b {
        width: 100%;
        display: flex;
    }
}
