section.image-block {
  padding: 60px 0;
  background-color: #fff !important;
  @media screen and (max-width: 768px) {
    padding: 30px 0;
  }
}

section.image-block h2.title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #131e29;
  @media screen and (max-width: 768px) {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

section.image-block .image-wrapper {
  display: flex;
  justify-content: center;
}

section.image-block .image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
