#ribbon {
  padding: 15px 25px 5px;
  background-color: #ffe8ab;
  border-radius: 8px;
  border-left: 15px solid #febe10;
  margin-bottom: 20px
}

#ribbon h1 {
  color: #333;
  font-size: 3em;
  font-weight: 900;
}
#ribbon h1 a {
  text-decoration: none;
  color: #333;
  font-size: 30px !important;
  width: 100%;
  display: inline-block;
  padding: 20px 0px 0px;
}
#ribbon p {
  font-weight: 400
}