/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/hero.scss ***!
  \*****************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.hero {
  position: relative;
  min-height: 669px;
  margin-bottom: 66px;
}
.hero__bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.hero .container {
  position: relative;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 44px;
  max-width: 530px;
  padding-top: 121px;
}
.hero__content .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  line-height: 130%;
  text-transform: uppercase;
  color: white;
}
.hero__content .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: white;
}

@media screen and (max-width: 1279px) {
  .hero {
    margin-bottom: 112px;
  }
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 66px;
  }
  .hero__bg img {
    width: 100%;
    height: auto;
  }
  .hero__content {
    row-gap: 20px;
    padding-top: 40px;
  }
  .hero__content .title {
    font-size: 27px;
  }
}
