﻿.pe1110 .fc-content__copy {
  color: #726a5b;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 1200px) {
  .pe1110 .fc-content__copy {
    padding-bottom: 0;
  }
}

.pe1110.fc-layout--2-column {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .pe1110.fc-layout--2-column {
    -ms-grid-rows: 1fr auto auto 1fr;
    grid-template-rows: 1fr auto auto 1fr;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1200px) {
  .pe1110.fc-layout--2-column {
    -ms-grid-columns: 33.33333% 66.66666%;
    grid-template-columns: 33.33333% 66.66666%;
  }
}

@media (min-width: 768px) {
  .pe1110.fc-layout--2-column .fc-layout__header {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.pe1110.fc-layout--2-column .fc-layout__aside {
  padding: 0;
}
@media (min-width: 768px) {
  .pe1110.fc-layout--2-column .fc-layout__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    display: flex;
  }
}

.pe1110 .fc-header__title {
  max-width: 400px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .pe1110 .fc-layout__content {
    padding: 0 60px;
  }
}

.pe1110 .fc-gallery {
  max-width: 100%;
  padding: 10px 10px 0;
}
@media (min-width: 960px) {
  .pe1110 .fc-gallery {
    padding: 0;
  }
}
