@charset "UTF-8";
/* ==========================================================================
  MAIN
========================================================================== */

@media (min-width: 768px) {
    #about2 .about2{
        margin-top: 5rem;
        background-color: #e6f3fb;
    }
}

@media (max-width: 767px) {
    #about2 .about2{
        margin-top: 1rem;
        background-color: #e6f3fb;
    }

    #about2 .page-hero__heading {
        margin-bottom: 0;
    }

     #about2 .page-hero__body {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 6.071428571rem;
    }
    
}