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

.text_image--wrapper {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1019607843);
}
.text_image--wrapper .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 0 40px;
  row-gap: 24px;
}
.text_image--wrapper .content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  color: #333;
}
.text_image--wrapper .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

@media (max-width: 1280px) {
  .text_image--wrapper .content {
    padding: 0 20px;
    row-gap: 20px;
  }
  .text_image--wrapper .content h2 {
    font-size: 28px;
  }
  .text_image--wrapper .content p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .text_image--wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .text_image--wrapper .img {
    width: 100%;
    height: auto;
  }
  .text_image--wrapper .content h2 {
    text-align: center;
  }
  .text_image--wrapper .content p {
    text-align: center;
  }
}
