﻿.header-section-wrapper {
  padding: 65px 0 200px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-section-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #565656;
  opacity: 0.95;
}
.header-section-wrapper .header-section {
  max-width: 920px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  margin-bottom: 48px;
  z-index: 1;
}
.header-section-wrapper .header-section-title {
  margin-bottom: 24px;
  color: #FFF;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
.header-section-wrapper .header-section-text {
  margin: 0;
}
.header-section-wrapper .header-section-text:not(:last-child) {
  margin-bottom: 24px;
}