@media screen and (max-width: 767px) {

    .brix---heading-h2-size-12{
        text-align: center;
    }

    .brix---cta-card{
        text-align: center;
    }

   h2.uui-heading-medium-3 {
       font-size: 22px !important;
       line-height: 1.2 !important;
       word-break: break-word;
       hyphens: auto;
   }
   
   h2 {
      font-size: 28px;
      word-break: break-word;
      text-align: center;
   }
}

