Hi,
You can add this under Custom > CSS in the Customizer.
.x-header-landmark.x-container.max.width {
max-width: 100%;
width:100%;
background-color:red;
}
.x-header-landmark .h-landmark.entry-title {
max-width:1200px;
width:88%;
margin:0 auto;
}
Change red with the color that you like.
Hope that helps.