header {
    background: url("/img/header/products.png") bottom left;
    background-size: cover;
}

.process-section{
    background: rgba(18, 33, 67, 0.05);
    padding: 0;
}

.process-section .info-block>div{
    padding: 30px 40px;
    background: #fff;
}

.process-section .info-block {
    margin-left: 5%;
    width: 45%;
}


@media (max-width: 900px) {
    .process-section .info-block {
        margin-left: 0;
        width: 100%;
    }
}
