.page-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.page-desktop-menu {
    flex: 1;
}

.page-content {
    flex: 3;
    padding-left: 2rem;
}

.page-content-title {
    color: #007aa2;
    font-size: 3rem;
}


@media only screen and (max-width: 1024px) {
    .page-desktop-menu {
        display: none;
    }

    .page-content {
        padding-left: 0;
    }
}

.page-content-text p:not(:last-child),
.content blockquote:not(:last-child) {
    margin-bottom: 1rem;
}

.page-content-text blockquote {
    background-color: whitesmoke;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em;
}

.page-content-text h2 {
    color: #007aa2;
    font-size: 1.7rem;
    font-weight: normal;
}

.page-content-text h3 {
    color: #007aa2;
    font-size: 1.4rem;
    font-weight: bold;
}

.page-content-text h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #666666;
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 2.5rem;
    }

    .wp-block-columns {
        flex-wrap: wrap;
    }

    .wp-block-column {
        flex-basis: 100% !important;
        flex-grow: 1;
    }

    .wp-block-image img {
        min-width: 100%;
    }

    .elementor-image img {
        width: 100%;
    }

    .elementor-section .elementor-container {
        display: block !important;
    }

    .elementor-section .elementor-container .elementor-column {
        width: 100% !important;
    }
}