﻿.top-banner {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-banner h2, .top-banner span {
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
  display: block;
  line-height: 1.1;
}
@media screen and (max-width: 991px) {
  .top-banner h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top-banner h2 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.top-banner img{
	width: 100%;
}

