.contained-section {
  max-width: 760px;
  margin: 50px auto 0;
  color: #121212;
  line-height: 1.5;
  letter-spacing: .015em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .contained-section h1, .contained-section h2, .contained-section h3 {
    text-transform: none;
    margin: 0 0 20px; }
  .contained-section p:last-child {
    margin-bottom: 0; }
  .contained-section a:hover {
    text-decoration: underline; }

.large-title-section__heading {
  font-size: 28px;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #000; }

.quote-section__text {
  font-size: 24px;
  font-style: italic;
  font-family: Georgia, serif;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center; }

.small-title-section__heading {
  font-size: 24px;
  font-family: Georgia, serif;
  font-weight: normal;
  letter-spacing: .015em;
  color: #000; }

.bulleted-list {
  margin-top: 20px; }
  .bulleted-list__list {
    padding-left: 20px; }

@media only screen and (max-width: 767px) {
  .image-callout > .row {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .image-callout > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.image-callout__text {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  .read-more > .row {
    margin: 0; }
  .read-more div[class*="col-xs"] {
    margin-bottom: 20px; } }

.read-more__heading {
  text-transform: uppercase;
  color: #6d0f1e;
  font-size: 22px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  padding-top: 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .read-more__heading {
      margin-bottom: 50px; } }

.read-more__title {
  font-family: Georgia, serif;
  font-size: 22px;
  color: #000;
  margin-top: 15px; }

.read-more__link {
  text-transform: uppercase;
  color: #244061;
  font-size: 15px;
  font-family: Oswald, sans-esrif;
  letter-spacing: 0.2em; }
  .read-more__link:hover {
    text-decoration: underline; }
