#saura {
  h2 {
    font-size: 1.4rem !important;
  }

  h3 {
    font-size: 1.2rem !important;
  }

  > section {
    > article {
      > div {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 320px;
      }
    }
  }
}
