.blog-content {
    font-family: 'Raleway', sans-serif;
  }

.blog-thumbnail {
  height: 250px;           /* adjust as needed */
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0.5rem;   /* optional rounded corners */
}



@media (min-width: 1200px) { /* Adjust the pixel value as needed */
    .card-container {
        flex-wrap: nowrap; /* Prevents wrapping on large screens */
    }
}
blockquote {
  font-style: italic;
  border-left: 4px solid #4A3F3F;
  padding: 1rem 1rem;
  color: #555;
  background: #f9f9f9;
  border-radius: 0.3rem;
  text-align: center;
}

blockquote p {
  margin: 0;
}


h1 {
  font-family: 'Merriweather', serif;
  font-size: 2.5rem;
  font-weight: 300; /* Bold */
  line-height: 1.25;
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
    font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 300; /* Bold */
  letter-spacing: 0.05em;

}