.header {
  margin-top: 0 !important;
  padding-top: 25px !important;
  padding-bottom: 20px !important;
  margin-bottom: var(--space-block-vertical, 30px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header {
    padding-top: 35px !important;
  }
}
.header__title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: var(--space-block-inner, 20px);
}
@media (min-width: 768px) {
  .header__title {
    width: 70%;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .header__title {
    width: 100%;
    line-height: 48px;
  }
}
.header__text {
  line-height: 19px;
  margin-bottom: var(--space-block-inner, 20px);
}
@media (min-width: 768px) {
  .header__text {
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .header__text {
    line-height: 24px;
  }
}
.header__button {
  display: grid;
}
@media (min-width: 768px) {
  .header__button {
    display: block;
  }
}
.header__content {
  margin-bottom: var(--space-block-inner, 20px);
}
@media (min-width: 768px) {
  .header__content {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .header__wrapper .header__content {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .header__wrapper .header__content {
    max-width: 476px;
  }
}
.header__image {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.header__image-img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .header__wrapper {
    display: flex;
    flex-direction: row;
  }
}

/*# sourceMappingURL=header.css.map */
