.section-cta-box {
    position: relative;
}

.section-cta-box .wrapper {
    padding: 64px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
    background:  #fff;
    color: #2D2D2D;
}

.section-cta-box .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 12px 0 0;
    max-width: 838px;
}

.section-cta-box .section-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.section-cta-box .btn {
    padding: 12px 48px;
    float: right;
}

@media (max-width: 1279px) {
	.section-cta-box .btn {
        float: none;
        margin-top: 20px;
    }
}

@media (max-width: 560px) {
    .section-cta-box .btn {
        display: block;
        text-align: center;
    }

	.section-cta-box .wrapper {
        padding: 32px;
    }
}