/* =========================
   BODY TEXT
   ========================= */

.text-body {
  font-family: "Open Sans", sans-serif;
  font-size: 18.5px;
}

@media (min-width: 992px) {
  .text-body {
    font-size: 18px;
  }
}

/* =========================
   FIRST LETTER (SPAN)
   ========================= */

.text-body span:first-child {
  font-size: 35px;
  color: #8B6240;
  display: inline-block;
  line-height: 1;
}

