/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/landing/our-story/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.who-we-are {
  padding: 160px 0 80px;
  border: 2px solid;
}

.our-story {
  padding: 80px 0 160px;
}
.our-story .front-page-talents__title {
  color: #263238;
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.our-story .front-page-talents__subtitle {
  font-size: 24px;
  color: #5D6375;
  max-width: 887px;
}
.our-story .front-page-talents__wrapper {
  display: flex;
  margin-bottom: 80px;
  justify-content: space-between;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.our-story .team-slider {
  padding: 0;
  background: transparent;
}
.our-story .front-page-talents__button {
  background: transparent;
}

@media only screen and (max-width: 1024px) {
  .our-story {
    padding: 50px 0;
  }
  .our-story .front-page-talents__subtitle {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .our-story .front-page-talents__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .our-story .team-slider__wrapper .team-slider__carousel_rectangle {
    display: block !important;
  }
  .our-story {
    padding: 40px 0;
  }
  .our-story .front-page-talents__title {
    font-size: 32px;
  }
  .our-story .front-page-talents__wrapper {
    margin-bottom: 60px;
  }
  .our-story .front-page-talents__title {
    margin-bottom: 15px;
  }
}

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