.block-bannersimple {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-bannersimple .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 2px solid #333333;
  height: 100%;
  position: relative;
  background-color: white;
}

.block-bannersimple h2 {
  color: #EE9637;
  background-color: white;
  padding: .5rem 1rem;
  margin: 0;
  display: block;
  max-width: 80%;
  position: absolute;
  top: -2rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .block-bannersimple h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.block-bannersimple p {
  margin-top: 2.5rem;
  font-size: 1.5rem;
}
/*# sourceMappingURL=block-bannersimple.css.map */