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