﻿.home-banner {
  position: relative;
}
@media (max-width: 767px) {
  .home-banner .conatiner {
    position: relative;
  }
}
.home-banner .image-block {
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-banner .image-block {
    position: relative;
    height: 220px;
  }
}
.home-banner .text {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .home-banner .text {
    height: 220px;
    text-align: center;
    justify-content: center;
    padding-top: 0;
  }
}
.home-banner .text .subheading {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-banner .text .subheading {
    font-size: 19px;
  }
}
.home-banner .text .heading {
  font-size: 80px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 767px) {
  .home-banner .text .heading {
    font-size: 19px;
  }
}
.home-banner .text .post-heading {
  font-size: 27px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .home-banner .text .post-heading {
    font-size: 14px;
  }
}
.home-banner .home-report-container {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-banner .home-report-container {
    position: relative;
    height: unset;
  }
}
.home-banner .home-report-container .home-report {
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: #f2f5f9;
  width: 100%;
}
@media (min-width: calc(767px + 1px)) {
  .home-banner .home-report-container .home-report {
    margin: 0 20px 40px 20px;
    max-width: 600px;
    padding: 40px 60px;
  }
}
.home-banner .home-report-container .home-report h3, .home-banner .home-report-container .home-report h4 {
  font-size: 26px;
}
.home-banner .home-report-container .home-report .button-container {
  flex-direction: column;
}
.home-banner .home-report-container .home-report .button-container a {
  margin: 5px 0;
}
