.about{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #e6e6e6;
}
.about__image{
    margin-bottom: 10px;
}
.about__title{
    margin-bottom: 15px;
    font-size: 30px;
}
.about__header{
    margin-top: 50px;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px;
}
.about__btn{
    margin: 15px 0;
}

@media (max-width: 768px){
    .about__image{
        margin-top: 15px;
    }
}
.about__title-extra{
    padding-left: 90px;
    background: url("/img/quote.png") no-repeat left top;
    padding-top: 50px;
    font-size: 28px;
    line-height: 1.3;
    margin: 30px 0;
    font-style: italic;
}
.about__description{
    font-size: 18px;
}