.stats_card{
 
  position:relative;
  min-height:200px;
}


.stats_card1{
  padding:32px 32px 32px 32px;
}
.stats_card2{
  padding:0 32px 52px 32px;
}

@media screen and (max-width: 1023px) {
  .stats_cards .col-lg-5,
    .stats_cards .col-lg-7 {
    width: 100% !important; 
  }
  
  .stats_card2 {
  padding: 32px 0 36px 0;
}
  
    .stats_cards .content1 {
    width: 100% !important;
  }
}


@media screen and (max-width: 580px) {
 h3.lefth{
    font-size: 35px !important;
  }