@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home--card--top {
      margin: 15px auto 0px !important;
  }
  .home--card::after {
    display: none;
  }
  .home--card svg {
    position: absolute;
    left: 20px;
    width: 100%;
    height: 30px;
    max-width: 35px;
    margin-bottom: 0px;
  }
  .home--card {
    align-items: flex-start;
      min-height: 50px;
    height: 50px !important;
  }
  .home--card p {
    text-align: left !important;
    padding-left: 70px;
  }
}