
.well.third {
  min-height: 211px;
  border: none;
  box-shadow: none;
}

.well.third p {
  font-size: 22px;
  line-height: 30px;
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){

  .well.third p {
    font-size: 26px;
    line-height: 40px;
  }

}

/* Large Desktop */
@media(min-width:1200px){


}

/* Print */
@media print {


}