#home-content {
  min-height: 20px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 30px;
}
.ourplans h2 {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .plan-summarytext {
    height: 120px;
  }
}
h2.cmp-title__text {
  text-align: center;
}
#why-buy-teasers {
  display: flex;
}
#why-buy-teasers .core_container {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #why-buy-teasers .core_container {
    padding: 10px 5px 5px 5px;
    border-bottom: 1px solid #ccc;
  }
}
#why-buy-teasers h2.cmp-teaser__title {
  font-size: 20px;
  margin-bottom: 20px;
}
