.Banner-area {
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  transition-duration: 0s;
  min-height: 450px;
  padding: 240px 0 0;
  clear: both;
  display: block;
}
.banner-row {
  position: relative;
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
}
.banner-col {
  text-align: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.banner-col h1 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 45px;
  text-transform: uppercase;
}
@media (min-width: 768px){
  .banner-col {
    width: 100%;
    float: left;
  }
}
@media (min-width: 992px){
  .banner-col {
    width: 100%;
    float: left;
  }
}

@media (max-width: 767px){
  .Banner-area{
    padding: 120px 0 0;
    min-height: 250px;
  }
}