  .eo-text{
    color:#ffffff;
    line-height: 1.6;
    font-family: Mallory, 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
    font-size: 0.85em;
    width: 1150px;
}

.eo-text a{
    text-decoration:underline;
    color: #ffffff;
}

.eo-text a:hover{
    text-decoration:underline;
    color: #978d85;
}


/*** MOBILE ***/
@media only screen and (max-width: 980px) {
    .eo-text{
    width: 100%;
  }
}
