.block-about{
    padding: 6rem 0;
    color: white;
    background-color: black;
}

@media screen and (min-width: 992px){
    .block-about{
        padding: 18rem 0;
    }
}

.block-about__title{
    text-align: center;
    margin-bottom: 6rem;
}

.block-about__title h3{
    color: #A2A093;
}

.block-about__image-wrapper{

}

.block-about__image-wrapper img{
    width: 100%;
    height: auto;
}