    .cta-about-page .cta-about-page-wrapper {
        background: #032169;
        padding: 29px 72px;
        align-items: center;
        border-radius: 20px;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }

    .cta-about-page .cta-about-page-wrapper:before {
        content: '';
        background-image: url(/wp-content/uploads/2026/04/about-cta-arrow-bg-1.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center right -60px;
        width: 61%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

    .cta-about-page .cta-about-page-wrapper .cta-about-page-content {
        width: 100%;
        max-width: 54%;
    }

    .cta-about-page .cta-about-page-wrapper .cta-about-page-img {
        width: 100%;
        max-width: 35%;
        z-index: 9;
    }

    .cta-about-page .cta-about-page-wrapper .cta-about-page-img img {
        width: 100%;
        height: auto;
    }

    .cta-about-page-content {
        color: #fff;
    }

    @media screen and (max-width: 767px) {
        .cta-about-page .cta-about-page-wrapper {
            padding: 29px 40px;
        }

    }

    @media screen and (max-width: 500px) {

        .cta-about-page .cta-about-page-wrapper .cta-about-page-content,
        .cta-about-page .cta-about-page-wrapper .cta-about-page-img {
            width: 100%;
            max-width: 100%;
        }

        .cta-about-page .cta-about-page-wrapper {
            flex-direction: column-reverse;
            gap: 30px;
        }
    }