@charset "utf-8";
/* CSS Document */
#inner-data h2 {
  margin-bottom: 12px;
}
#why-at-list .thumbnail {
  border-radius: 0;
  border-color: #f3f3f3;
  padding: 0;
}
#why-at-list .thumbnail .caption {
  padding: 0;
}
#why-at-list .thumbnail .caption > h3 {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #082d3d;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 2px 10px 10px;
  font-weight: 500;
}
#why-at-list .thumbnail .caption > h3 > .num {
  font-size: 25px;
  color: #fd5a27;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#why-at-list .thumbnail .caption > p {
  color: #393939;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  #why-at-list .thumbnail .caption > p {
    height: 120px;
    overflow: hidden;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  #why-at-list .thumbnail .caption > p {
    height: auto;
    overflow: visible;
    min-height: 192px;
  }
}
