.block-image-and-content{
    padding: 6rem 0;
    color: white;
    background-color: black;
}

.block-image-and-content__title{
    margin-bottom: 3rem;
}

.block-image-and-content__title h5{
    color: #A2A093;
}

.block-image-and-content__image-wrapper{

}

.block-image-and-content__image-wrapper img{
    width: 100%;
    height: auto;
}

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