.heroCarousel-slide {
  border-bottom: 15px solid #f0f0f0; }

.heroCarousel-image {
  border-bottom: 1px solid #d2d2d2; }

h2.newsletter-heading {
  color: #fff; }

input#nl_email.form-input {
  border-radius: 25px; }

.form-prefixPostfix .button {
  border-radius: 25px; }

h2.blog-title {
  font-size: 29px; }

.heroCarousel-content {
  border-radius: 15px; }

@media only screen and (max-width: 800px) {
  .heroCarousel-content {
    border-radius: 0px; }
  .heroCarousel-description {
    color: #fff; }
  .heroCarousel-title {
    color: #fff; } }

@media only screen and (min-width: 801px) {
  #menu .mega-cat-nav,
  #menu .navPages-list.nav-page-list .phone-number {
    display: none; } }

.page.blog .blog-thumbnail img {
  border-radius: 15px; }

.page.blog .blog-title {
  line-height: 1; }

.heroCarousel-slide {
  max-height: 400px;
  /* Adjust this value to your desired height */ }

.heroCarousel-slide .heroCarousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%; }
