.l-basic-header{width: 100%;} 
.l-basic-header__container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  .l-basic-header__container {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
.l-basic-header__background-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-basic-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .l-basic-header__background {
    border-radius: 0;
  }
}
.l-basic-header__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: 505px;
  padding: 30px 0 100px 0;
  position: relative;
}
@media (max-width: 1599.98px) {
  .l-basic-header__text {
    min-height: 404px;
    padding: 24px 0 96px 0;
  }
}
@media (max-width: 991.98px) {
  .l-basic-header__text {
    padding: 30px 0 92px 0;
    min-height: 400px;
  }
}
.is-center .l-basic-header__text {
  padding: 30px 0;
}
.l-basic-header__pretitle {
  text-shadow: 0 2px 14px var(#000);
  font-family: "Poppins", sans-serif;
  font-size: 1.3125em;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1599.98px) {
  .l-basic-header__pretitle {
    font-size: 1.05em;
  }
}
@media (max-width: 991.98px) {
  .l-basic-header__pretitle {
    font-size: 1em;
  }
}
.l-basic-header h1 {
  font-family: "Poppins", sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 3.75em;
  font-weight: bold;
  margin: 15px 0 0 0;
  text-align: center;
  text-wrap: balance;
  line-height: 1.13;
  color: #fff;
}
@media (max-width: 1599.98px) {
  .l-basic-header h1 {
    font-size: 3em;
  }
}
@media (max-width: 991.98px) {
  .l-basic-header h1 {
    font-size: 1.75em;
  }
}
.l-basic-header__intro {
  text-shadow: 0 2px 14px var(#000);
  font-size: 1.125em;
  font-weight: 500;
  margin: 15px 0 0 0;
  line-height: 1.67;
  color: #fff;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 1599.98px) {
  .l-basic-header__intro {
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  .l-basic-header__intro {
    font-size: 0.875em;
  }
}