/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/custom-blocks-how-we-work/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.howWeWork {
  position: relative;
  padding: 65px 30px 77px;
  color: #fff;
  overflow: hidden;
}
.howWeWork__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  opacity: 0.6;
}
.howWeWork__container {
  position: relative;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
  z-index: 10;
}
.howWeWork__title {
  text-align: center;
}
.howWeWork__title h2 {
  font-size: 39px;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 700;
  margin: 0;
}
.howWeWork__title span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 0;
  padding: 20px 0 0;
  display: block;
}
.howWeWork__title p {
  font-size: 18px;
  line-height: 1.5;
}
.howWeWork__informations {
  padding: 40px 0 0;
}
.howWeWork__informations--tabs {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.howWeWork__informations--tabs li {
  list-style: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 0 0 13px;
  cursor: pointer;
}
.howWeWork__informations--tabs li::after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
}
.howWeWork__informations--tabs li:hover::after {
  width: 100%;
}
.howWeWork__informations--tabs li.active::after {
  width: 100%;
}
.howWeWork__informations--tabContent {
  display: none;
  padding-top: 20px;
}
.howWeWork__informations--tabContent.active {
  display: block;
}
.howWeWork__informations--tabContent:first-child {
  display: block;
}
.howWeWork__informations--infos {
  counter-increment: box-number;
  display: flex;
  align-items: center;
  margin: 28px 0;
}
.howWeWork__informations--infos::before {
  content: "0" counter(box-number);
  width: 86px;
  height: 86px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #1b1b1b;
  flex-shrink: 0;
  background: #fff;
  font-size: 30px;
}
.howWeWork__informations--info {
  background: #fff;
  border-radius: 10px;
  color: #1b1b1b;
  padding: 26px;
  width: 100%;
  margin-left: 36px;
}
.howWeWork__informations--info p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .howWeWork__title span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .howWeWork__title h2 {
    font-size: 28px;
  }
  .howWeWork__title span {
    font-size: 16px;
    padding: 10px 0;
  }
  .howWeWork__title p {
    font-size: 15px;
  }
  .howWeWork__informations {
    padding: 0;
  }
  .howWeWork__informations--tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .howWeWork__informations--tabs li {
    padding: 15px 0;
    width: 33.3333333333%;
    font-size: 14px;
  }
  .howWeWork__informations--infos {
    flex-flow: column;
  }
  .howWeWork__informations--infos::before {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
    padding: 10px 0;
  }
  .howWeWork__informations--info {
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0 26px 26px;
  }
  .howWeWork__informations--info p {
    margin: 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/