.home-page .fcp {
  max-height: 100vh;
}
@media (min-width: 1024px) and (min-height: 576px) {
  .home-page .fcp {
    min-height: 500px;
  }
}
.home-page .fcp .page-cover {
  max-height: inherit;
  max-height: inherit;
}
@media (max-width: 567px) {
  .home-page .fcp .carousel-control-prev, .home-page .fcp .carousel-control-next {
    display: none;
  }
}
.home-page .fcp .content.m-auto {
  max-width: 650px;
}
.home-page .fcp .content-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.home-page .fcp .cover-content .title-3 {
  margin-top: -2%;
  margin-left: 13%;
}
@media (min-width: 1024px) {
  .home-page .fcp .cover-content .title {
    margin-top: 2rem;
  }
  .home-page .fcp .cover-content .link {
    padding-bottom: 2rem;
  }
}
@media (max-width: 575px) and (min-height: 576px) {
  .home-page .fcp .cover-content .title {
    margin-top: 30%;
  }
  .home-page .fcp .cover-content .link {
    padding-bottom: 40%;
  }
}

/*# sourceMappingURL=home.css.map */
