.school-choice-cards .wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 25px;
  width: 100%;
}
.school-choice-cards .simple-link .button {
    min-width: auto !important;  
    border: 0;
    line-height: 17px;
}
.school-choice-cards .section-title-description {
 padding-bottom: 40px !important;
}
.school-choice-cards .gift_card_btn {
   text-align: center;
}
.school-choice-cards .stars-top:before,
.school-choice-cards .stars-bottom:before{
    display:none;
}
.school-choice-cards .stars-top:before {
    top: 10px !important;
}
.school-choice-cards .stars-bottom:before {
    bottom: -55px;
}
.school-choice-cards .cards-container .card-box .card-box-wrap {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    height: 100%;
}
.school-choice-cards .cards-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.body_container_gift .title_main_text h2{
  font-weight:400;
}
.school-choice-cards .section-title-description h2 {
  text-align: center;
  margin-bottom: 10px;
}
.school-choice-cards .row {
  position: relative;
}
.school-choice-cards .section-title-description p {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}
.school-choice-cards  .cta_button {
   min-width: 293px !important;
   background-color: #fff !important;
   color: #005e9d !important;
   
}
.school-choice-cards .cards-container .card-box {
  text-align: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
      margin-bottom: 30px;
}
.school-choice-cards .cards-container .card-icon  {
  position:relative;
}
.school-choice-cards .cards-container .card-icon img {
  height: auto;
  max-width: 135px;
}
.school-choice-cards .cards-container .card-description p {
  margin-bottom: 0px
}
.school-choice-cards .cards-container h1,
.school-choice-cards .cards-container h2,
.school-choice-cards .cards-container h3,
.school-choice-cards .cards-container h4,
.school-choice-cards .cards-container h5,
.school-choice-cards .cards-container h6 {
  margin-top: 20px;`
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .school-choice-cards .wrapper {
    padding: 0 50px;
  }
  .school-choice-cards .cards-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .school-choice-cards .cards-container .card-box+.card-box {
    margin-left:0px;
  }
  .school-choice-cards .cards-container .card-box {
    width:100% !important;
  }
  .school-choice-cards .section-title-description p {
    margin-bottom: 0;
  }
}
@media (max-width:1024px) {
  .school-choice-cards .cards-container .card-box {
    margin: 0 auto 30px;
  }
  .school-choice-cards .cards-container {
      display: block;
  }
}
@media (max-width:767px) {
  .school-choice-cards .cards-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .school-choice-cards .cards-container .card-icon img {
      max-width: 125px !important;
  }
  .school-choice-cards .bottom-description p {
  font-size: 14px !important;
  }
  .school-choice-cards .bottom-description {
    margin-bottom: 30px;
  }
  .school-choice-cards .cards-container .card-box .card-box-wrap {
      padding: 20px 20px 30px 20px;
  }
  .school-choice-cards .cards-container .card-description br {
     display: none;
  }
  .school-choice-cards .cards-container .card-box:last-child .card-description:after {
    left: 195px;
  }
  .school-choice-cards .cards-container .card-description p {
    margin-bottom: 0px;
  }
  .school-choice-cards .cards-container .card-box+.card-box {
    margin-left:0px;
  }
  .school-choice-cards .cards-container .card-box {
    width:100% !important;
  }
  .school-choice-cards .stars-top:before {
    top: -68px !important;
    width: 60px !important;
    height: 60px !important;
    background-size: 60px auto;
    background-position: center;
  }
  .school-choice-cards .cards-container .card-box .stars-bottom:before {
    bottom: -35px !important;
    width: 60px !important;
    height: 60px !important;
    background-size: 60px auto;
    background-position: center;
  }
  .school-choice-cards .section-title-description p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
        line-height: 22px;
    
  }
}