.about {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
    min-height: 100vh;
    color: #000
}
.about__photo {
    width: 100%;
    margin-top: 5px
}
.about .bold42 {
    margin-top: 40px;
    font-size: 38px
}
.about__text {
    margin-top: 33px
}
@media (min-width: 768px) {
    .about .bold42 {
        font-size: 42px
    }
}
@media (min-width: 992px) {
    .about .bold42,
    .about__photo {
        margin-top: 0
    }
    .about {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .about,
    .about .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .about-col__photo {
        margin-top: auto
    }
}
@media (min-width: 1200px) {
    .about {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .about__text {
        margin-top: 55px
    }
}


