@charset "utf-8";.content_wrapper{
  margin-bottom: 6em !important;
}
.grid-item{
  margin: 1em;
}

@media screen and (max-width: 767px){
  .grid-wrapper {
    display: block !important;
  }
  .grid-wrapper-3 {
    grid-template-columns: 100% 100% 100% !important;
  }
}