/* ----------------- Content Bottom ----------------- */

.content-bottom {
  background: #fff;
  color: #444;
}
.content-bottom__inner {
  max-width: 100%;
  height: auto;
  padding: 0;
}
.region-content-bottom-first,
.region-content-bottom-second,
.region-content-bottom-third,
.region-content-bottom-fourth {
  box-sizing: border-box;
  padding: 0;
}
.content-bottom h2 {
  font-size: 1.2em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
  color: #910001;
  text-align: left;
  text-shadow: none;
}
.region-content-bottom-first .field--name-body,
.region-content-bottom-second .field--name-body,
.region-content-bottom-third .field--name-body,
.region-content-bottom-fourth .field--name-body {
  text-align: center;
}

/* Phone Landscape less than 768px */
@media only screen
  and (min-width: 320px)
  and (max-width: 767.98px)
  and (orientation: landscape) {
  .region-content-bottom-first,
  .region-content-bottom-second,
  .region-content-bottom-third,
  .region-content-bottom-fourth {
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    width: 50%;
  }
  .region-content-bottom-first .field--name-body,
  .region-content-bottom-second .field--name-body,
  .region-content-bottom-third .field--name-body,
  .region-content-bottom-fourth .field--name-body {
    text-align: left;
  }
}

@media all and (min-width: 768px) {
  .region-content-bottom-first,
  .region-content-bottom-second,
  .region-content-bottom-third,
  .region-content-bottom-fourth {
    float: left;
    position: relative;
    box-sizing: border-box;
    padding: 20px 5px;
    width: 50%;
  }
  .region-content-bottom-first .field--name-body,
  .region-content-bottom-second .field--name-body,
  .region-content-bottom-third .field--name-body,
  .region-content-bottom-fourth .field--name-body {
    text-align: left;
  }
}

@media all and (min-width: 1024px) {
  .region-content-bottom-first,
  .region-content-bottom-second,
  .region-content-bottom-third,
  .region-content-bottom-fourth {
    width: 25%;
  }
}

