.viewed{
  padding: 100px 20px 80px;
}
.viewed__title{
  text-align: center;
  margin-bottom: 25px;
}
.viewed__title h2{
  position: relative;
  display: inline-block;
  color: #005591;
  font-size: 2.25rem;
  font-weight: 300;
  /*text-transform: uppercase;*/
  margin: 0 0 25px;
}
.viewed__title h2:before{
  content: "";
  height: 3px;
  width: 66px;
  background-color: #00a0e1;
  position: absolute;
  left: -20px;
  bottom: -10px;
}