.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}
  .related-products .card__inner{
    border-radius:0px !important;
  }
@media(max-width:600px){
  .related-products .card__information{
    padding:0px;
  }

}