#highlight-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#highlight-title h2 { font-family: 'AncizarSans-BlackItalic', sans-serif; color: #fff; font-size: 2.25em; letter-spacing: 0.5px; margin: 2rem 0; padding: 0.3em 5rem 0.3em 7rem; background-color: #039B9A; display: inline-block; position: relative; }
#highlight-title .title-border { width: 0; height: 0; border-style: solid; border-width: 34px 0 34px 30px; }

@media screen and (max-width: 40em) { #highlight-title { width: 90%; }
  #highlight-title .title-border { border-width: 23px 0 23px 13px; }
  #highlight-title h2 { font-size: 1.25em; padding: 1rem 4rem 0.5em 3rem; } }
