.customs-zone {
  padding-top: 99px;
  padding-bottom: 119px;
}

.customs-zone__heading {
  margin-bottom: 50px;
}

.customs-zone__info {
  margin-bottom: 50px;
}

.customs-zone__pic, .customs-zone__img {
  display: block;
  width: 100%;
}

.customs-zone__img {
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .customs-zone {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .customs-zone__heading, .customs-zone__info {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .customs-zone__pic, .customs-zone__img {
    max-width: 480px;
  }
  .customs-zone__pic {
    margin-right: auto;
    margin-left: auto;
  }
}
