#writer-spotlight .dim-cover {
  background: rgba(0, 0, 0, 0.5);
  padding: 190px 0;
  -moz-box-shadow: inset 0 0 20px rgba(0,0,0,0.90);
  -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.90);
  box-shadow: inset 0 0 20px rgba(0,0,0,0.90);
}

#writer-spotlight h2 {
  border: 3px solid #fff;
  background: rgba(0,0,0,0.5);
  font-weight: 600;
  font-size: 47px;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
  margin: 0;
}

#writer-spotlight h2 .highlight {
  color: #2b9aff;
}