.parallax {
    background-image: url("../img/about.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-about-title {
    color: white;
    font-size: 31px;
    line-height: 75px;
    margin-top:100px;
}

.about-section h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
margin-bottom: 50px;
}

.about-section  {
    margin-top:50px;
    margin-bottom: 200px;
    text-align: center;
    
}

.about-section  img{
    width: 60%;
    margin:50px;
}



/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

    .inner-about-title {
        font-size: 22px;
        line-height: 60px;
        margin-top:100px;
    }
    
    .about-section  img{
        width: 75%;
        margin: 25px;
    }

}