.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#three_column_section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  background: #eee;
}
#three_column_section #lost {
  text-align: center;
  color: #000;
  margin-top: 60px;
}
#three_column_section #lost a {
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
  text-decoration: underline;
}
#three_column_section #lost a:hover {
  color: #000;
}
#three_column_section p.title {
  text-align: center;
  font-size: 35px;
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-weight: 100;
  margin-bottom: 40px;
}
#three_column_section div.features {
  text-align: center;
}
#three_column_section div.features a {
  font-size: 20px;
}
#three_column_section a {
  margin-top: 40px;
  display: inline-block;
  padding: 15px;
  color: #000;
  text-decoration: none;
}
#three_column_section a:hover {
  text-decoration: underline;
}
#three_column_section .columns {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#three_column_section .columns .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
#three_column_section .columns .column a.badge {
  display: block;
}
#three_column_section .columns .column a.badge img {
  height: 50px;
}
#three_column_section .columns .column:first-child {
  border-left: 0px;
}
#three_column_section .columns .column p {
  text-align: center;
  color: #000;
  font-family: "HelveticaNeue-Light";
}
#three_column_section .columns .column p.product {
  font-weight: 100;
  letter-spacing: .5px;
  font-size: 30px;
  margin-bottom: 20px;
}
#three_column_section .columns .column p.desc {
  font-weight: 100;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 18px;
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
  min-height: 100px;
}
#three_column_section .columns .column a.product_link {
  display: block;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
  padding: 0px;
}
#three_column_section .columns .column img {
  display: block;
  margin: 0 auto;
}
#three_column_section .columns .column img.preview {
  max-width: 90%;
  height: 170px;
  margin: 0 auto;
}
#three_column_section .columns .column img.preview.iphone {
  height: 60px;
  padding-top: 57px;
  padding-bottom: 53px;
}
#three_column_section .columns .column img.preview.ipad {
  height: 120px;
  padding-top: 22px;
  padding-bottom: 28px;
}
#three_column_section .columns .column img.logo {
  height: 75px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1093px) {
  #three_column_section .columns .column {
    float: none;
    width: 100%;
    border-left: 0px;
    border-bottom: 1px solid #fff;
  }
}
