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


.products-section {
    padding: 80px;
}
.products-section>div {
    flex-wrap: wrap;
}

.products-section .img-block {
  width: 48%;
}

.products-section .info-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 48%;
}

.product-block:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 700px) {
    .products-section>div {
        margin-bottom: 30px;
    }
    .products-section .img-block {
        width: 100%;
    }
    .products-section .info-block {
        width: 100%;
    }
}
