
.front h1 {
   margin-bottom: 50px;
   margin-top: 50px;
}


/** about box */


.ael-about-box {
    line-height: 1.2em;
    padding-top: 150px;
}

.ael-about-box h3 {
    text-decoration: underline solid var(--ael-theme-color) .2em;
    text-underline-offset: .3em;
    font-size: 2em;
    margin-bottom: 1em;
}


.ael-about-box h3 a {
    text-decoration: none;
}

.ael-about-box h3 a:hover {
    text-decoration: underline solid var(--ael-theme-color) 6pt;
}

.ael-about-box p {
    font-size: 1.2em;
    line-height: 120%;
    text-align: left;
}


.ael-about-box .wp-block-button {
    margin-top: 1em;
    margin-bottom: 2em;
}


/*@media screen and (max-width: var(--layout-mobile-threshold)) { */
@media screen and (max-width: 1280px) { 

    .ael-with-sidebar.front {
        grid-template-areas:
            "left sidebar right"
            "left main right";    
    } 
    
    .ael-about-box {
        line-height: 1.2em;
        padding-top: 1em;
    }

}



