  .top-earners .content-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.top-earners .simple-link .button {
    min-width: auto !important;  
    border: 0;
    line-height: 17px;
}
.top-earners .section-title-description {
 padding-bottom: 30px !important;
}
.top-earners .gift_card_btn {
   text-align: center;
}
.top-earners .stars-top:before,
.top-earners .stars-bottom:before{
    display:none;
}
.top-earners .stars-top:before {
    top: 10px !important;
}
.top-earners .stars-bottom:before {
    bottom: -55px;
}
.top-earners .cards-container .card-box .card-box-wrap {
    padding: 40px 30px 20px 30px;
    height: 100%;
    border-radius: 15px;
    background: #FFF;
    /* shadow-md */
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
}

.top-earners .card-box-wrap h3, 
.top-earners .card-box-wrap p {
    margin: 0;
}

.top-earners .stats-container {
  margin-bottom: 0px;
}
.top-earners .stat {
  padding: 20px 0;
}
.top-earners .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.body_container_gift .title_main_text h2{
  font-weight:400;
}
.top-earners .section-title-description h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #143860;
font-family: "Open Sans";
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 55px; /* 130.952% */
}
.top-earners .row {
  position: relative;
}
.top-earners .section-title-description p {
  color: #58595B;
text-align: center;
font-family: "Open Sans";
font-size: 29px;
font-style: normal;
font-weight: 400;
line-height: 38px; /* 131.034% */
  
}
.top-earners .card-description h5 {
    color: #E6126A;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
  margin: 0;
}
.top-earners  .cta_button {
   min-width: 293px !important;
   background-color: #fff !important;
   color: #005e9d !important;
   
}
.top-earners .cards-container .card-box {
  margin-bottom: 30px;
  text-align: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.top-earners .cards-container .card-icon  {
  position:relative;
  margin-bottom: 20px;
}
.top-earners .cards-container .card-icon img {
  height: auto;
  max-width: 150px !important;
}
.top-earners .cards-container .card-description p {
  margin-bottom: 0px
}
.top-earners .cards-container h1,
.top-earners .cards-container h2,
.top-earners .cards-container h3,
.top-earners .cards-container h4,
.top-earners .cards-container h5,
.top-earners .cards-container h6 {
  margin-top: 20px;`
  margin-bottom: 15px;
  font-weight: 700;
}
.top-earners .cards-container h3 {
color: #143860;
text-align: center;
font-family: "Open Sans";
font-size: 29px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 35px !important; /* 120.69% */
  margin: 0;
}
.top-earners .cards-container p {
color: #143860;
text-align: center;
font-family: "Open Sans";
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 141.176% */
}

.top-earners .stat {
    position: relative; /* Ensure the element is positioned to use absolute positioning for the pseudo-element */
}

.top-earners .stat::after {
    content: "";
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    background-image: url('https://489258.fs1.hubspotusercontent-na1.net/hubfs/489258/Impact%20Report%20Page%202024%20Assets/Images/Rectangle-seperator.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px; 
    height: 3px; 
}
.top-earners .stat:last-child::after {
    display: none;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-earners .wrapper {
    padding: 0 50px;
  }
  .top-earners {
    padding-bottom: 60px !important;
  }
  .top-earners .cards-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top-earners .cards-container .card-box+.card-box {
    margin-left:0px;
   
  }
  .top-earners .cards-container .card-box {
    width:50% !important;
  }
  .top-earners .section-title-description p {
    margin-bottom: 0;
  }
}
@media (max-width:1024px) and (min-width:768px){
  .top-earners .section-title-description {
  padding-bottom: 40px !important;
  }
  .top-earners .cards-container .card-box {
      margin-bottom: 30px;
  }
 
}
@media (max-width:769px) {
  .top-earners .cards-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-earners .cards-container .card-icon img {
      max-width: 125px !important;
  }
  .top-earners .bottom-description p {
  
  }
  .top-earners .section-title-description p
  .top-earners .bottom-description {
    margin-bottom: 30px;
  }
  .top-earners .cards-container .card-box .card-box-wrap {
      padding: 40px 30px 20px 30px;
  }
  .top-earners .cards-container .card-description br {
     display: none;
  }
  .top-earners .cards-container .card-box:last-child .card-description:after {
    left: 195px;
  }
  .top-earners .cards-container .card-description p {
    margin-bottom: 0px;
  }
  .top-earners .cards-container .card-box+.card-box {
    margin-left:0px;
  }
  .top-earners .cards-container .card-box {
    width:100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-bottom: 40px;
  }
  .top-earners .stars-top:before {
    top: -68px !important;
    width: 60px !important;
    height: 60px !important;
    background-size: 60px auto;
    background-position: center;
  }
  .top-earners .cards-container .card-box .stars-bottom:before {
    bottom: -35px !important;
    width: 60px !important;
    height: 60px !important;
    background-size: 60px auto;
    background-position: center;
  }
  
 .top-earners .section-title-description p {
line-height: unset; 
   font-size: 17px !important;
    line-height: 24px !important;
  
  }
/*   .top-earners .section-title-description p {
    margin-bottom: 0 !important;
    font-size: 29px !important;
    color: #58595B;
text-align: center;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
line-height: 38px; 
  } */
}


@media (max-width:550px) {
.top-earners .cards-container .card-box {
    padding-left: 25px !important;
    padding-right: 25px !important;
  margin-bottom: 30px !important;
  }
}