/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/bloc-testimony/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.bloc_testimony {
  padding: 50px 0;
}
.bloc_testimony__wrapper {
  max-width: 945px;
  margin: 0 auto;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__wrapper {
    display: flex;
    align-items: center;
  }
}
.bloc_testimony__image {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__image {
    max-width: 40%;
    text-align: unset;
    margin-bottom: unset;
  }
}
.bloc_testimony__image .image {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #453FB2;
  background: #453FB2;
  display: inline-block;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__image .image {
    text-align: unset;
  }
}
.bloc_testimony__image .image img {
  width: 333px;
  height: 333px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2px;
}
.bloc_testimony__main {
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__main {
    max-width: 60%;
    padding: 0 50px;
  }
}
.bloc_testimony__main .subtitle {
  color: #0083D4;
}
.bloc_testimony__main h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__main h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
.bloc_testimony__main .text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(23, 43, 77, 0.58);
  position: relative;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__main .text {
    font-size: 24px;
    line-height: 30px;
  }
}
.bloc_testimony__main .text:before {
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/before.430897d3.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -40px;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__main .text:before {
    width: 38px;
    left: -50px;
  }
}
.bloc_testimony__main .text:after {
  content: "";
  width: 25px;
  height: 24px;
  background: url(../images/after.a4825ffb.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media screen and (min-width: 991px) {
  .bloc_testimony__main .text:after {
    width: 38px;
  }
}

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