#about-banner{
    /* background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%); */
    background-image: url("../img/about-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    max-height: 417px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 120px 30px;
    color: white;
    text-shadow: 1px 1px 2px #ffffff;
}