.home_banner .featured-cards {
  width: 100%;
}

.home_banner .card-featured {
  margin-bottom: 20px;
  display: block;
  position: sticky;
  top: 120px;
}

@media (min-width: 576px) {
  .home_banner .card-featured {
    margin-bottom: 30px;
  }
}

/*@media (max-width: 576px) {*/
/*    .google_image_div{*/
/*        width:50px !important;*/
/*    }*/
/*}*/

@media (min-width: 992px) {
  .home_banner .card-featured {
    margin-bottom: unset;
  }
}