.top-message {
  text-align: center;
  padding: 64px 0px 16px;
  color: #fff;
  height: calc(100vh - 160px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/main-back-ground.jpg);
  background-position: center;
  background-size: cover;
}

.top-message span {
  display: block;
}

.top-message span:first-child {
  font-size: 3.6rem;
  font-weight: 900;
}

.storio-works-banner-container {
  background-image: url(../images/storio_works_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  align-items: center;
  display: flex;
}

.top-banner-container h2 {
  font-size: 3.6rem;
  font-weight: 900;
  color: #304F54;
}

.top-banner-container p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.top-news-container {
  background-color: rgb(122, 124, 116);
}/*# sourceMappingURL=top.css.map */