#experience{
    width: 100%;
    background-color: white;
    padding-bottom: 150px;
}

#experience .title{
    width: 100%;
}

.experience-description{
    width: 75%;
    text-align: center;
    margin: 0 auto;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 50px;
}

.experience-description h3{
    font-size: 25px;
    font-family: 'MontserratBold';
}

@media only screen and (max-width: 599px) {
    .experience-description h3 {
        font-size: 25px;
        line-height: 30px;
    }
}
