.offerPage::before {
  background-image: url("/assets/img/ph-kv-offer.jpg");
}

.ph2Col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ph2Col img {
  width: calc(50% - 20px);
  margin-top: 30px;
}

@media (max-width: 768px) {
  .ph2Col img {
    width: calc(50% - 7px);
    margin-top: 15px;
  }
}

.ph2Col img:nth-child(odd) {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .ph2Col img:nth-child(odd) {
    margin-right: 14px;
  }
}
