body[data-page-template="page-start"] .page__content::before,
.page__content:has(.page__left.gradient)::before {
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(0, 0, 0, 0.7) 100%) !important;
}

strong {
    font-weight: bold !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;
}

hr {
    width: 24ch;
}

@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;
    }


}