/*!*******************************************************************************************************************************************************************!*\
  !*** 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/banner.scss ***!
  \*******************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.banner__container {
  position: relative;
  height: 528px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  margin-left: 96px;
}
.banner__content .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #f4f4f4;
  margin-bottom: 24px;
}
.banner__content .subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #f4f4f4;
  margin-bottom: 48px;
}
.banner__image img {
  max-height: 528px;
}
@media (max-width: 1279px) {
  .banner__content .title {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .banner__content .subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .banner__content {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    min-height: 600px;
    padding: 40px 24px;
    background-size: cover;
  }
  .banner__content {
    margin-left: 0;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .banner__content .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .banner__content .subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .banner__image {
    margin-top: 24px;
  }
  .banner__image img {
    max-height: 200px;
    width: auto;
    height: auto;
  }
}
