/* ==========================================================================
   Components / MIXINS
   ========================================================================== */
/*********************
  BREAKPOINTS RESPONSIVE LAYOUT
  *********************/
/* ==========================================================================
   Layout / Block Testimony
   ========================================================================== */
.blocktestimony {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  text-align: center;
  position: relative;
}
.blocktestimony:before {
  content: " ";
  display: block;
  width: 56%;
  height: 80%;
  background: #ffffff;
  position: absolute;
  top: 85px;
  right: -5%;
  z-index: 0;
}
@media (min-width: 576px) {
  .blocktestimony:before {
    width: 60%;
    right: -10%;
  }
}
@media (min-width: 760px) {
  .blocktestimony:before {
    height: 85%;
  }
}
.blocktestimony-img {
  display: block;
  border-radius: 800px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 1;
}
.blocktestimony-img img {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 800px;
  object-fit: cover;
  object-position: center center;
  margin: auto;
}
.blocktestimony-text {
  display: block;
  font-weight: 300;
  max-width: 955px;
  box-sizing: border-box;
  padding: 30px 20px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .blocktestimony-text {
    padding: 45px 50px;
  }
}
.blocktestimony-text .icon {
  display: block;
  width: 128px;
  height: 128px;
  fill: #ffffff;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
}
@media (min-width: 1000px) {
  .blocktestimony-text .icon {
    top: -25px;
    left: 10px;
  }
}
.blocktestimony-text .quotetxt {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-style: italic;
  color: #525252;
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  .blocktestimony-text .quotetxt {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (min-width: 1000px) {
  .blocktestimony-text .quotetxt {
    font-size: 24px;
    line-height: 1.5;
  }
}
.blocktestimony-text .name {
  display: block;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  margin-top: 25px;
}
@media (min-width: 1000px) {
  .blocktestimony-text .name {
    margin-top: 45px;
  }
}
.blocktestimony-text .job {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.7;
  color: #2d2d2d;
}
/*# sourceMappingURL=blocktestimony.css.map */
