div.styles1 p:nth-child(1) {
  line-height: 42px;
  font-size: 1.8125em;
  margin-bottom: 24px;
  color: #155902;
  font-family: "freight-text-pro", serif;
}

@media only screen and (max-width: 520px)  { div.styles1 p:nth-child(1) {
    font-size: 1.25em;
    line-height: 26px;
   }
}

div.styles2 p:nth-child(1) {
    color: #b6954b;
}
