.banner-area {
    padding: 3rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-container {
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1480px;
}
.banner-area h1 {
  color: #fff;
}
/* .banner-area p {
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0s;
} */
.banner-content {
  text-align: center;
  color: #fff;
}

@media (max-width: 320px){
/* .banner-area {
    padding-top: 117px;
} */
}