section-title {
   display: block;
   height: 45px;
}
section-title[uppercase="true"] *
{
   text-transform: uppercase;
}
section-title > h1 {
   margin: 0px;
   font-size: 24px;
   font-weight: 700;
   line-height: 31px;
}

@media screen and (min-width: 744px) {
   section-title {
      height: 81px;
   }
   section-title > h1 {
      text-align: center;
      font-size: 32px;
      line-height: 41px;
   }
}

@media screen and (min-width: 1440px) {
   section-title {
      height: 104px;
   }
   section-title > h1 {
      text-align: center;
      font-size: 40px;
      line-height: 52px;
   }
}