section div.aboutSection{
    background-color: #f5f5f5;
    height: auto;
    margin-bottom: 50px;
    position: relative;
    overflow: visible;
}

section div.aboutSection div.aboutSectionDetails{
    padding: 20px;
}

section div.aboutSection div.aboutSectionDetails p.aboutSectionTitle{
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
}

section div.aboutSection div.aboutSectionDetails p.aboutSectionBody{
    font-size: 20px;
    color: #14213D;
    font-weight: 500;
    margin-bottom: 0px;
}

section div.aboutSection div.aboutSectionDetails hr{
    height: 1.5px;
    background-color: #FCA311;
    border: none;
    margin: 0;
}

section p.subHeading{
    font-size: 24px;
    color: #14213D;
    font-weight: 600;
}

section p{
    color: #666;
}

section p a.contactEmail{
    font-weight: 600;
}

section p a.contactEmail:hover{
    text-decoration: underline;
}


@media screen and (min-width: 1025px){

    section div{
        border-radius: 10px;
    }

    section{
        margin-bottom: 0px;
    }
}