.homepage-container {
  margin-top: 20px;
}

.homepage-container .title {
  font-size: 18px;
  font-weight: 500;
  color: #61a6b1;
  line-height: inherit;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .homepage-container .text-container {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .homepage-container {
    margin-top: 0;
  }
  .homepage-container .hero-container {
    background-image: url(../site/content/assets/homepage/entryway-m.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 388px;
  }
  .homepage-container .title {
    text-align: center;
  }
  .homepage-container .text-container {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .homepage-container .hero-container {
    height: 205px;
  }
  .homepage-container .title {
    font-size: 16px;
  }
}
