#header-wrap {
  border-bottom: none !important;
}
#logo {
  border-right: none !important;
}
.menu-container {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
#facilities-section,
#blog-section {
  padding-top: 3em;
  padding-bottom: 1em;
}
#facilities-section {
  background-color: #f5f5f5;
}
.blog-image {
  height: 30em !important;
  object-fit: cover;
}
.sidebar-blog-image {
  width: 4em !important;
  height: 4em !important;
  object-fit: cover !important;
}
/* recaptcha============== */
.form_message {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
small.g-recaptcha-branding {
  text-align: left !important;
}

@media (max-width: 1200px) {
  .blog-image {
    height: 25em !important;
  }
}

@media (max-width: 768px) {
  .blog-image {
    height: 20em !important;
  }
}
@media (max-width: 576px) {
  .blog-image {
    height: 15em !important;
  }
}
