.main-header .navbar-light .navbar-brand img {
    height: 75px;
}







.newsletter-signup {
  background-color: #f8f8f8;
  padding: 1rem;
  border-radius: 6px;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter-signup h4 {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  text-align: center;
}

.newsletter-signup form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.newsletter-signup input[type="email"] {
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

.newsletter-signup .optin-label {
  font-size: 0.9rem;
  line-height: 1.4;
}

.newsletter-signup button {
  background-color: #0073e6;
  color: white;
  border: none;
  padding: 0.6rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
}

.newsletter-signup button:hover {
  background-color: #005bb5;
}