.section-cta-banner {
    color: #fff;
    position: relative;
}

.section-cta-banner .wrapper {
    padding: 75px 30px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background:  #6D56A4;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-cta-banner .content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 630px;
    margin: 12px auto 0;
}

.section-cta-banner .section-title {
    font-weight: 700;
    margin-bottom: 0;
    max-width: 600px;
    margin: 0 auto;
}

.section-cta-banner .btn {
    margin-top: 32px;
}

.section-cta-banner .actions-wrapp {
    display: flex;
	align-items: center;
	gap: 12px;
	margin-top: -15px;
}

.section-cta-banner .actions-wrapp .btn {
    font-size: 14px;
}

.section-cta-banner .content h3 {
    margin-top: 32px;
    margin-bottom: 0;
}

@media (max-width: 560px) {
	.section-cta-banner .wrapper {
        padding: 48px 25px;
    }

    .section-cta-banner .actions-wrapp {
        flex-direction: column;
        width: 100%;
        margin-top: 12px;
    }

    .section-cta-banner .btn {
        margin-top: 0;
        display: block;
        width: 100%;
    }
}