
/* ----------------- Content Top ----------------- */

.content-top {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #444;
  font-weight: 200;
}

.content-top__inner {
  padding: 0;
}
.region-content-top-first,
.region-content-top-second {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.content-top h2 {
  font-size: 1.2em;
  margin-top: 0;
  padding-top: 3px;
  text-transform: uppercase;
  color: #910001;
  text-align: center;
  text-shadow: none;
}
.region-content-top-first .field--name-body p,
.region-content-top-second .field--name-body p {
  margin-bottom: 2rem;
}


/* Large mobile devices (tablet, 768px and up) */
@media (min-width: 768px) {
  .content-top {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .region-content-top-first,
  .region-content-top-second {
    float: left; /* LTR */
    width: 50%;
    padding: 2rem 5rem 1rem;
  }
}

