.section-content-image__wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 80px;
    position: relative;
}

.section-content-image__wrapper > div {
    flex: 1 1 0;
}

.section-content-image__content {
    max-width: 620px;
}

.section-content-image__content p {
    font-size: 24px;
    margin-top: 0;
}

.section-content-image__content p strong {
    font-weight: 600;
    color: #AD3275;
}

.section-content-image__content-actions {
    margin-top: 35px;
}

.section-content-image .section-heading {
    text-align: left;
    padding-bottom: 30px;
}

.section-content-image .section-heading .title {
    font-size: 58px;
}

.section-content-image__featured {
    width: 100%;
    margin: auto 0;
    position: relative;
    text-align: center;
}

@media (max-width: 768px) {
    .section-content-image__wrapper {
        flex-direction: column;
    }

    .section-content-image__content {
        order: 2;
        max-width: 100%;
        text-align: center;
    }

    .section-content-image .section-heading {
        text-align: center;
    }

    .section-content-image .section-heading .title {
        font-size: 38px;
    }

    .section-content-image__content-actions {
        flex-direction: column;
    }


    .section-content-image__content-actions .button {
        width: 100%;
        justify-content: center;
    }
}