.g_header { font-family: Roboto, Arial, sans-serif; font-size: 24px; font-weight: 700; letter-spacing: 2px; line-height: 1.33; text-transform: uppercase; text-align: center; margin-bottom: 16px; padding-bottom: 16px; position: relative; }

.g_header:after { background-color: #ED1C24; bottom: 0; content: ""; height: 4px; left: 50%; position: absolute; transform: translateX(-50%); width: 100px; }

.g_header._lg { font-size: 36px; }

.g_header._clp { margin-bottom: 32px; }

h2:not(:has(+ .g_copy)).g_header,
h3:not(:has(+ .g_copy)).g_header { margin-bottom: 32px !important; }

.g_copy,
.g_copy p { font-family: Roboto, Arial, sans-serif; font-size: 16px; text-align: center; margin: 0 0 32px !important; }

@media (min-width: 1200px) and (max-width: 1439px) {
  .g_header._clp { width: 832px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 767px) {
  .g_header, .g_header._lg { font-size: 20px; }

  .g_header._clp { text-align: left; margin-left: auto; margin-right: auto; }

  ._clp.g_header:after, ._lalign.g_header:after { left: 0; transform: none; }
  
  ._clp ~ .g_copy { text-align: left; }

  ._lalign { text-align: left; }
}