
#content h1{
    margin-bottom: 10px;
    font-size: 27px;
    color: #11737c;
    font-weight: 400;
}


#content p{
    font-size: 17px;
    color: #111;
    text-align: justify;
    line-height: 26px;

}

@media only screen and (min-width: 1025px) {

  #content {
    height: 580px;
  }

}
