.main-banner {
  z-index: 1;
  /* opacity: 0.7;
    filter: brightness(70%); */
  /* background-image: url(../images/hero-2.png); */
  /* background: url(../images/hero-2.png) no-repeat scroll center center; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-color: rgb(209, 224, 215); */
}

.main-banner .main-banner-content {
  width: 100%;
}

.main-banner .main-banner-content .left-content {
  vertical-align: middle;
  align-self: center;
}

.main-banner .main-banner-content .banner_content {
  text-align: left;
  color: #fff;
}

.main-banner .main-banner-content .banner_content h2 {
  margin-top: 0px;
  font-size: 36px;
  font-weight: bold;
  line-height: 47px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.main-banner .main-banner-content .banner_content .banner_content_description,
.main-banner .main-banner-content .banner_content span {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 24px;
  color: #fff;
  margin-bottom: 35px !important;
  max-width: 555px !important;
  text-shadow: 1px 3px 4px black !important;
  text-transform: none;
}

.main-banner .main-banner-content .banner_content .banner-contact-button {
  margin-right: 0px;
}

.banner-contact-button {
  display: inline-block;
  background: #77c5d5;
  color: #fff;
  text-decoration: none;
  /* font-family: "Roboto", sans-serif; */
  width: 148px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #77c5d5;
  line-height: 48px;
  border-radius: 3px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s;
}

.banner-contact-button:hover {
  background: #d1e0d7;
  border: 1px solid #d1e0d7;
  color: white;
}
