#home-banner {
  margin: 0 0 70px 0;
}
#home-banner .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#home-banner .content h1 {
  font-size: 45px;
  font-weight: 700;
  font-family: century-gothic, sans-serif;
  letter-spacing: -0.24px;
  margin: 0 0 60px 0;
  color: #173353;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  #home-banner .content h1 {
    font-size: 30px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1199px) {
  #home-banner .content h1 {
    font-size: 27px;
  }
}
#home-banner .content p {
  font-size: 22px;
  font-weight: 400;
  font-family: century-gothic, sans-serif;
  margin: 0 0 60px 0;
  color: #173353;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  #home-banner .content p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  #home-banner .content p {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
}
#home-banner .content .lrn-more-btn:hover {
  color: #fff;
  background-color: #FFC500;
}
#home-banner .image {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #home-banner .image {
    margin: 30px 0 0 0;
  }
}
#home-banner .image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  #home-banner .image img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #home-banner .image img {
    height: auto;
  }
}
#home-banner .twitter-feed {
  height: 500px;
  overflow-y: scroll;
}
@media (max-width: 1440px) {
  #home-banner .twitter-feed {
    height: 400px;
  }
}
/*# sourceMappingURL=home.css.map */