.about-header {
    background-color: var(--primary-color);
    color: #000;
    text-align: center;
    padding: 3em 0;
 }
 
 /* .about-header h1 {
    font-size: 3rem;
    font-weight: 700;
 }
  */
 .about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4em 1em;
    /* text-align: center; */
    /* background-color: var(--background-color-alt); */
 }
 
 .about-section h2 {
    /* font-size: 1.2rem; */
    text-align: left;
    margin-bottom: 1em;
    color: var(--primary-text-color);
 }
 
 .about-section p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 1.5em;
    /* color: var(--secondary-text-color); */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
 }
 .about-cta {
    display: block;
    margin: 2em auto 0;
    text-align: center;
 }
 
 /* .about-cta button {
    background-color: var(--primary-blue);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0em 2em;
    border: none;
    border-radius: 50px;
    transition: background-color 0.3s, transform 0.2s;
    cursor: pointer;
 }
 
 .about-cta button:hover {
    background-color: var(--primary-blue-color);
    transform: translateY(-2px);
 } */

 .navImgLogo {
    margin-top: 0 !important;
 }
 

 @media screen and (min-width: 39em) {
 
    .about-section h2 {
        font-size: 1.6em;
        margin-top: 2em;
     }
    .about-section p {
        font-size: 1em
     }

 }
