body[data-page-template="page-start"] .page__content::before,
.page__content:has(.page__left.gradient)::before {
    /* background: linear-gradient(90deg, var(--left-column-gradient-start) 0, var(--left-column-gradient-end) 200%) !important;
     */
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.7) 100%) !important;
}

body[data-page-template="page-executive-summary"] .fancybox__content {
    max-width: 90vw !important;
    max-height: 90vh !important;
}

.executive-summary-section-icon {
    width: min(100px, 22vh) !important;
    height: min(100px, 22vh) !important;
    margin-bottom: .5rem;
}

.executive-summary-section-title {
    max-width: 22ch;
    margin-bottom: 1rem;
}

.description {
    text-align: justify;
    text-justify: inter-word;
    text-align-last: left;
}

@media (orientation: portrait) {
    .page__right {
        padding-left: 2.5rem;
    }

    .description {
        font-size: 14px;
        text-align: left;
    }

    .executive-summary-section-title {
        max-width: 15ch;
        margin-bottom: 1rem;
    }

    .executive-summary-section-icon {
        width: min(90px, 22vh) !important;
        height: min(90px, 22vh) !important;
        margin-bottom: .5rem;
    }


}