
@media screen and (max-width: 768px) {
  ._content-wrapper {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
  .s_category_img.image_wrap img
  {
    object-fit: contain;
  }
  .s_category_descc {
    margin-bottom: 2em;
  }
}