.h4Style {
    color: black;
  }
  
  .h4Style:hover {
    color: white;
  }


  /* styles/globals.css */
.price-text {
  color: #023047;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
}