h1{
    text-transform: uppercase;
}
#contact{
    background-image: url('/images/for-home/contact.jpg');
    color: #ffffff;
}
#contact > div{
    padding: 50px 0;
}
#industry .right-image {
    object-position: -900px;
}

@media screen and (min-width: 992px) {
    #contact{
        margin-top: 30px;
    }
}
@media screen and (min-width: 1024px) {
    #industry .right-image {
        object-position: right;
    }
}

@media screen and (min-width: 1200px) {
    #contact {
        margin-top: 0;
    }
    #products .card-block__text {
        min-height: 193px;
    }
    .card-block__title {
        min-height: 57px;
    }
    #industry .right-image {
        object-position: unset;
    }
}
@media screen and (min-width: 1400px) {
    #products .card-block__text {
        min-height: 145px;
    }
    .card-block__title {
        min-height: unset;
    }
}