/*!******************************************************************************************************************************************************************************************!*\
  !*** 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/testimonial/testimonial.scss ***!
  \******************************************************************************************************************************************************************************************/
/******************************************
Section | Testimonial
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.testimonial {
  position: relative;
  background: #222222;
}
@media screen and (min-width: 768px) {
  .testimonial {
    padding: 165px 0 133px;
  }
}
.testimonial img.background-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
}
.testimonial .testimonial-inner {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column !important;
}
@media screen and (min-width: 1080px) {
  .testimonial .testimonial-inner {
    padding: 0 20px;
  }
}
.testimonial .testimonial-inner img {
  max-width: 80px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 24px;
}
.testimonial .testimonial-inner p {
  color: #ffffff;
  font-family: "Oswald", sans-serif, Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.95;
  text-transform: uppercase;
  text-align: center;
  text-wrap: pretty;
  line-height: 30px;
  max-width: 728px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .testimonial .testimonial-inner p {
    font-size: 48px;
    line-height: 55px;
  }
}
.testimonial .testimonial-inner p.testimonial-citation {
  color: #ffcc00;
  font-family: "Roboto", sans-serif, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 36px;
  padding-top: 24px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .testimonial .testimonial-inner p.testimonial-citation {
    font-size: 24px;
  }
}

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