.vh_type h2 {
  font: 33px;
  margin-top: 30px;
  text-align: center;
  color: #B70072;
}

.vh_type h2.linea {
  position: relative;
  z-index: 1;
}

.vh_type h2.linea:before {
  border-top: 3px solid #1F2848;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

.vh_type h2.linea span {
  background: #E5E3E4;
  padding: 0 15px;
}


@media only screen and (max-width: 900px) {
  .vh_type h2 {
    font: 18px;
  }

  .vh_type h2.linea span {
    font-weight: bold;
  }
}