/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/why_marion/why_marion.scss ***!
  \****************************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.why-marion {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 860px;
  padding-bottom: 180px;
  background-image: url("/wp-content/themes/element/assets/images/why-marion-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222222;
}
@media all and (max-width: 1560px) {
  .why-marion {
    min-height: 780px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 1360px) {
  .why-marion {
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .why-marion {
    min-height: 600px;
  }
}
@media all and (max-width: 420px) {
  .why-marion {
    min-height: 780px;
  }
}
.why-marion__content {
  max-width: 61.111111111%;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #79797b;
  box-sizing: border-box;
  padding: 77px 52px 80px 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
@media all and (max-width: 1200px) {
  .why-marion__content {
    max-width: 80%;
  }
}
@media all and (max-width: 992px) {
  .why-marion__content {
    max-width: 90%;
  }
}
@media all and (max-width: 768px) {
  .why-marion__content {
    padding: 40px;
  }
}
.why-marion__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
}
.why-marion__title {
  text-transform: uppercase;
  color: #ffffff;
}
@media all and (max-width: 420px) {
  .why-marion__title {
    text-align: center;
  }
}
.why-marion__text {
  margin: 0;
  text-align: center;
  line-height: 150%;
  color: #ffffff;
  padding: 0 75px;
}
@media all and (max-width: 768px) {
  .why-marion__text {
    padding: 0;
  }
}
.why-marion__btn a.button {
  margin: 0 !important;
}

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