.jumbotron{color:black; }
.jumbotron h1.display-4{color:black;}
.product-account-logo, .product-account-image-wrapper{display:none;}
li{margin-bottom:10px;}
h2{margin-bottom:16px;}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; 
  padding:15px;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column; /* Stack columns vertically */
  }
}