.banner-landing {
  height: 150px;
  background-size: cover;
  background-position: center;
}
.banner-landing .banner-veil {
  max-width: 1366px;
  margin: 0 auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  padding: 0 120px;
}
.banner-landing .banner-veil .text-banner p {
  font-family: "Klavica regular";
  font-size: 41px;
}
