:root {
	--pe68576__theme1: #f0f0f0; /* Panel 1 BG */
	--pe68576__theme2: #b4b4b4; /* Panel 2 BG */
	--pe68576__theme3: #a5863d; /* CTA */
  	--pe68576__light: #ffffff;
	--pe68576__dark: #000000;
}

.pe68576 .fc-header__image {
	padding-bottom: 30px;
}

.pe68576 .fc-cta__button {
    background-color: var(--pe68576__theme3);
    color: var(--pe68576__light);
    border: 1px solid var(--pe68576__theme3);
}
.pe68576 .fc-cta__button:hover {
    background-color: transparent;
    color: var(--pe68576__theme3);
    border: 1px solid var(--pe68576__theme3);
}
.pe68576__panel-375001,
.pe68576__panel-375002 {
	background-color: var(--pe68576__theme1);
}

@media (min-width: 1200px) {
  .pe68576__panel-375001 {
    -ms-grid-columns: 33.33333% 66.66666%;
    grid-template-columns: 33.33333% 66.66666%;
  }
  
  .pe68576__panel-375002 {
    -ms-grid-columns: 66.66666% 33.33333%;
    grid-template-columns: 66.66666% 33.33333%;
  }
}