.rent-products-grid {
  justify-content: space-between;
  margin-top: 4.5rem;
}

.rent-product-step-col {
  width: 30%;
  position:relative;
  padding: 3rem 3rem 0rem 4rem;
}

.rent-product-step-col h4 {
  font-weight: 700;
  margin-top: 0;
}

@media screen and (max-width: 990px) {

  .rent-products-grid {
    row-gap: 4.75rem;
  }

  .rent-product-step-col {
    width: 100%;
  }
  
}