.simple-title-image-block {
  .title,
  h1.title {
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    text-transform: uppercase;

    @media screen and (max-width: 1580px) {
      font-size: 25px;
      line-height: 30px;
    }

    @media screen and (max-width: 980px) {
      font-size: 20px;
      line-height: 34px;
    }

    @media screen and (max-width: 520px) {
      font-size: 16px;
      line-height: 19.5px;
    }
  }
}

.field--name-field-reason-content {
  .simple-title-image-block {
    margin-bottom: 2rem;
  }
}