



.h2-text-liquid {
  text-transform: capitalize !important;
}

@media only screen and (min-width: 750px) {
  .desktop-view-headers {
    text-align: center; 
    color: white; 
    padding: 20px; 
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 749px) {
  .mobile-view-headers {
    text-align: center; 
    color: white; 
    padding: 20px;
    font-size: 1rem;
  }
}
