:root {
    --h2_typography-font-size: clamp(1.6rem, 2.8vw, 2.2rem) !important;
    --h3_typography-font-size: clamp(1.4rem, 2.4vw, 1.8rem) !important;
}

#main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#main .fusion-row {
    background-image: linear-gradient(to right bottom, rgb(21, 177, 231) 0px, rgb(245, 245, 245) 100%) !important;
    min-height: calc(100vh - 1.5em);
    min-height: calc(100dvh - 1.5em);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1700px !important;
        min-height: 90vh;
    }
}