.node-frontpage-text {
  margin-top: 30px;
  /*text-align: center;*/
}

.frontpage-text {
  margin: 0;
}

.frontpage-text span,
.frontpage-text a,
.frontpage-text a:active,
.frontpage-text a:focus,
.frontpage-text a:hover {
  border-bottom: none;
  color: #69696b;
  /*display: inline-block;*/
  font-size: 16px;
  max-width: 600px;
  padding: 20px 0;
}

.frontpage-text span.highlighted-yes,
.frontpage-text a.highlighted-yes,
.frontpage-text a.highlighted-yes:active,
.frontpage-text a.highlighted-yes:focus,
.frontpage-text a.highlighted-yes:hover {
  border-bottom: 1px dashed #C53929;
  border-top: 1px dashed #C53929;
  color: #C53929;
  font-size: 26px;
}

.frontpage-text a.highlighted-yes {
  
}