.content__custom-footer-page {
    .field-group-image-text {
        .fieldset-legend {
            display: none;
        }
        .field--name-field-media-image {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
    }
    
    .text-container .block-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        color: var(--color-secondary-09);
        text-align: center;

        &::before {
            display: none;
        }
    }

    .paragraph--text-container-up-down {
        margin-bottom: 0;
    }

    .image-text--color-2,
    .image-text--type-3.image-text--color-2 .col-text {
        background-color: var(--color-secondary-02);
    }

    .field--name-body.field--type-text-with-summary {
        max-width: 1320px;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        margin: 0 auto;
        margin-bottom: 64px;
    }

    .image-text.image-text--color-1.image-text-custom-basic {
        background-color: var(--color-primary-01);
        margin-bottom: 52px;

        &::after {
            display: none;
        }
    }

    .image-text.image-text-custom-basic {
        .row {
            padding-top: 20px;
            padding-bottom: 50px;
        }

        .col-media img {
            max-height: 350px;
        }

        .col-text {
            display: flex;
            flex-direction: column;
            gap: 24px;

            .block-title {
                margin: 0;

                .field--name-field-title {
                    font-family: 'neosanspro';
                    font-size: 20px;
                    line-height: 24px;
                    font-weight: 500;
                    color: var(--color-secondary-09);
                }
            }

            .field--name-field-text {
                justify-content: flex-start;

                p {
                    margin: 0;
                }

                &::after {
                    display: none;
                }
            }

            .node-link a {
                text-decoration: none;
                animation: none;
                border: 1px solid var(--color-primary-09);
                border-radius: 100px;
                position: relative;
                padding: 12px 50px 12px 30px;
                font-size: 16px;
                font-weight: 500;
                line-height: 19px;
                color: var(--color-primary-09);

                &::before {
                    height: 16px;
                    margin-bottom: 0;
                    margin-right: 0;
                    content: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.92247 15.0834C1.5015 15.0834 1.14518 14.9376 0.853516 14.6459C0.561849 14.3542 0.416016 13.9979 0.416016 13.577V2.42321C0.416016 2.00223 0.561849 1.64591 0.853516 1.35425C1.14518 1.06258 1.5015 0.916748 1.92247 0.916748H6.55372C6.73109 0.916748 6.87963 0.976609 6.99935 1.09633C7.11893 1.21591 7.17872 1.36439 7.17872 1.54175C7.17872 1.71911 7.11893 1.86758 6.99935 1.98716C6.87963 2.10689 6.73109 2.16675 6.55372 2.16675H1.92247C1.85831 2.16675 1.79956 2.19348 1.74622 2.24696C1.69275 2.30029 1.66602 2.35904 1.66602 2.42321V13.577C1.66602 13.6411 1.69275 13.6999 1.74622 13.7532C1.79956 13.8067 1.85831 13.8334 1.92247 13.8334H13.0762C13.1404 13.8334 13.1991 13.8067 13.2525 13.7532C13.3059 13.6999 13.3327 13.6411 13.3327 13.577V8.94571C13.3327 8.76835 13.3925 8.6198 13.5123 8.50008C13.6319 8.3805 13.7803 8.32071 13.9577 8.32071C14.135 8.32071 14.2835 8.3805 14.4031 8.50008C14.5228 8.6198 14.5827 8.76835 14.5827 8.94571V13.577C14.5827 13.9979 14.4369 14.3542 14.1452 14.6459C13.8535 14.9376 13.4972 15.0834 13.0762 15.0834H1.92247ZM13.3327 3.04487L6.03789 10.3399C5.92247 10.4552 5.77741 10.5142 5.60268 10.517C5.4281 10.5196 5.28039 10.4606 5.15956 10.3399C5.03886 10.219 4.97852 10.0727 4.97852 9.90071C4.97852 9.72876 5.03886 9.58237 5.15956 9.46154L12.4546 2.16675H9.79102C9.61366 2.16675 9.46518 2.10689 9.3456 1.98716C9.22588 1.86758 9.16602 1.71911 9.16602 1.54175C9.16602 1.36439 9.22588 1.21591 9.3456 1.09633C9.46518 0.976609 9.61366 0.916748 9.79102 0.916748H13.8294C14.0442 0.916748 14.2234 0.988623 14.3671 1.13237C14.5108 1.27598 14.5827 1.45522 14.5827 1.67008V5.70842C14.5827 5.88578 14.5228 6.03425 14.4031 6.15383C14.2835 6.27355 14.135 6.33342 13.9577 6.33342C13.7803 6.33342 13.6319 6.27355 13.5123 6.15383C13.3925 6.03425 13.3327 5.88578 13.3327 5.70842V3.04487Z' fill='%23681F24'/%3E%3C/svg%3E%0A");
                    position: absolute;
                    right: 16px;
                }
            }
        }
    }
}

@media (max-width: 1200px) {
    .content__custom-footer-page {
        .field--name-body.field--type-text-with-summary {
            max-width: 1140px;
        }
    }
}

@media (max-width: 992px) {
    .content__custom-footer-page {
        .field--name-body.field--type-text-with-summary {
            max-width: 960px;
            margin-bottom: 32px;
        }

        .image-text.image-text--color-1.image-text-custom-basic {
            .row {
                flex-direction: column;
                gap: 12px;
                padding-bottom: 32px;
            }

            .col-text {
                .field--name-field-text {
                    padding: 0;
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .content__custom-footer-page {
        .field--name-body.field--type-text-with-summary {
            max-width: 720px;
        }
    }
}

@media (max-width: 576px) {
    .content__custom-footer-page {
        .field--name-body.field--type-text-with-summary {
            max-width: 540px;
        }
    }
}