
.section-header
{
    padding: 0;
    margin: 0;
    border: 0;
    /*
        https://labs.tineye.com/color/f9a060e25dac6200ce3d200a4880a3940b62d7df
        https://paletton.com/#uid=3180u0kuvtnj5A1odvdvIndCgi9
    */
    border-bottom: 3px solid #916a00;
    border-bottom: 3px solid #e93233;
    background-color: #fff;
}

.section-header h1
{
  display: none;
}

.section-header .container
{
  padding: 0;
}

.section-header img
{
  display: block;
  margin: auto;
  width: 100%;
  max-width: 600px;
  max-height: 284px;
}
