/*----------
 início - template padrão para paginas internas - template-pagina-imagem-topo-duas-colunas.php
 ----------*/
 .single__post__text h2{
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 31.2px;
    text-decoration: none solid rgb(36, 54, 115);
    word-spacing: 0px;
    color:  #243673;
    padding-top: 1em;
  }
  
  .custom-header-page{
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center ;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;  
  }
  
  .custom-header-page .custom-header-page__title h2{
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 31.2px;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: left;
    word-spacing: 0px;
    color:  #FFFFFF;
    padding-top: 35px;
    text-transform: uppercase;
  }
  /*----------
   fim - template padrão para paginas internas - template-pagina-imagem-topo-duas-colunas.php
   ----------*/