.container--single-productions {
    max-width : 100%;
    padding: 0;
}

.container--single-productions h3.wp-block-heading {
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 1.875rem 0;
}

.container--single-productions p, 
.container--single-productions ul {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 1.5rem;
}

.container--single-productions ul {
    padding-left: 32px;
}

h2.productions__main-title.wp-block-heading {
    width: 100%;
    max-width: 765px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto;
}

.productions__half-full-block {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.productions__half-full-block > .wp-block-columns {
    padding-right: 0!important;
}

.productions__half-full-block .image-wrapper {
    padding-right: 0!important
}

.productions__half-full-block .text-wrapper {
    margin: 0 0 0 auto;
    max-width: calc(1280px / 2);
}

.productions__half-full-block .image-wrapper .wp-block-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #F8F8F8;
}

.productions__half-full-block .wp-block-image::after {
    content : '';
    display: block;
    padding-top: 62.5%;
}

.productions__half-full-block .wp-block-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rsea-findoutmore .wp-block-heading {
    font-family: 'montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 auto 32px;
}

.rsea-findoutmore .wp-block-buttons {
    width: 100%;
}

.rsea-findoutmore .wp-block-buttons .wp-block-button__link {
    position: relative;
    padding: 12px 48px 12px 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
}

.rsea-findoutmore .wp-block-buttons .wp-block-button__link::after {
    content: "\f106";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    font-family: 'flaticon';
}

.rsea-launch-test-banner h2.wp-block-heading {
    font-size: 32px;
}

.rsea-launch-test-banner h3.wp-block-heading {
    font-size: 22px;
}

.rsea-launch-test-banner .wp-block-buttons .wp-block-button__link {
    position: relative;
    padding: 12px 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
}

.rsea-launch-test-banner.wp-block-cover {
    padding: 55px 16px;
    min-height: 0;
    border-radius: 10px;
}

@media ( max-width: 1280px ) {
    .productions__half-full-block > .wp-block-columns {
        gap: 2rem!important;
    }

    .productions__half-full-block .wp-block-columns .wp-block-column {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media ( max-width: 960px ) {
    .productions__half-full-block > .wp-block-columns,
    .rsea-faq > .wp-block-columns {
        flex-wrap: wrap!important;
    }

    .productions__half-full-block > .wp-block-columns > .wp-block-column,
    .rsea-faq > .wp-block-columns  > .wp-block-column {
        flex-basis: 100%!important;
    }

    .productions__half-full-block > .wp-block-columns > .wp-block-column.image-wrapper {
        max-width: 75%;
        margin: 16px auto;
    }

    .productions__half-full-block .text-wrapper {
        margin: 0 auto 32px;
        max-width: 100%;
    }

    .rsea-faq > .wp-block-columns {
        flex-direction: column-reverse;
    }
}

@media (max-width: 620px) {
    .productions__half-full-block > .wp-block-columns > .wp-block-column.image-wrapper {
        max-width: 100%;
        margin: 16px auto;
    }

    h2.productions__main-title.wp-block-heading {
        font-size: 28px;
    }

    .container--single-productions h3.wp-block-heading {
        font-size: 22px;
    }

    .rsea-faq {
        padding: 35px 16px 35px 24px!important;
    }

    .rsea-launch-test-banner h2.wp-block-heading {
        font-size: 24px;
    }


    .rsea-launch-test-banner h3.wp-block-heading {
        font-size: 16px;
    }
}



