.struct-wrap {
  padding-bottom: 120px;
  background: #F5F6F9;
}
.struct-wrap h2 {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin: unset;
  padding: 80px 0;
}
.struct-wrap .rich-text img {
  max-width: 100%;
  object-fit: cover;
}



@media screen and (max-width: 640px) {
  .struct-wrap h2 {
    padding: 50px 0;
    font-size: 24px;
  }
}
