.img-brand {
    max-height: 50px;
}

.card-img-custom {
    height: auto;
    width: 100%;
}

.cms-content * {
  font-family: "Helvetica Neue", Arial, sans-serif; /* Standardize font family */
}

/* Specific rules for different elements */
.cms-content h1, .cms-content h2, .cms-content h3 {
  font-family: "Georgia", serif; /* Use a different font for headings */
  font-weight: 700; /* Set a specific weight */
  color: #000; /* Darker color for headings */
}

.cms-content p {
  font-size: 16px; /* Set a specific size for paragraphs */
  line-height: 1.5; /* Good for readability */
  font-weight:400;
  color: #000; /* Slightly lighter color for body text */
}