.modernization {
  padding-bottom: 72px;
}
.solutions {
  padding: 143px 0 94px;
}

@media print, screen and (min-width: 768px) {
  .c-heading + .c-content-img{
    margin-top: 52px;
  }
  .c-content-img + .c-col-wrap{
    margin-top: 100px;
  }
  .c-normal-txt + .c-content-img {
    margin-top: 57px;
  }
}
@media screen and (max-width: 767px) {
.modernization {
  padding-bottom: 20px;
}
.solutions {
  padding: 60px 0 20px;
}
}