.banner {
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
  max-width: 1600px;
  margin: auto;
}
.banner .row h1 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 50px;
}
.banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .row {
  align-items: center;
}
.banner .row p {
  color: #d7d8d9;
  margin-bottom: 30px;
}
.banner .row a {
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  background-color: #f97316;
  padding: 15px 18px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .banner {
    height: 400px;
  }
  .banner .row h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .banner .row h1 {
    font-size: 50px;
  }
}
