.container-banner  {
  background-color: #B5201D;
}

.container-topbar {
  color: #000;
  width: 100%;
}
.container-topbar .mod-custom{
  display: inline-block;
}
.container-topbar .mod-custom:last-child{
  float: right;
}
.container-header {
  grid-column-start: main-start!important;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: .5em;
  box-shadow: none;

}
@supports (display:grid) {
  .container-banner .mod-custom {
    max-width: 1320px;
	margin: 0px auto;
  }
}

#mod-custom91 h2{
	float: left;
	padding: 3px 10px;
	margin-bottom: 0px;
}
#mod-custom91 h2:first-child{
	background-color: #fff;
}
#mod-custom91 h2:last-child{
	color: #fff;
}