.hero-content h2 {
    color: white;
  }

  .contact-form-section #contact-form input {
    margin-bottom: 1rem;
    padding: 12px 15px;
  }

  article.blog-post img {
    max-height: 220px;
  }

.contact-form-section {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
  
.form-check{
    margin-bottom: 0.5rem;
}