.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    display: none;
  }

  .card {
    display: inline-block;
    width: 240px;
    height: 180px;
    padding: 0px 15px;
    box-sizing: content-box;
    text-wrap: auto;
    align-content: flex-end;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-inline: 12px;
    vertical-align: top;
    align-content: start;


    .h3 {
        margin: 1em 0em 0.5em;
    }
  }


}
