.element-testimonial {
  background-color: #d9e4ff;
}

.element-testimonial.element-item {
  padding-top: 3rem;
}

.element-testimonial .quote-mark {
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: -1;
}

.element-testimonial .quote-mark g {
  fill: #d9e4ff;
}

.element-testimonial .content-column {
  padding: 24px 30px 30px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 17px;
  font-size: 20px;
  line-height: 1.69;
  z-index: 2;
  color: #212529;
}

.element-testimonial .content-column .element-quotation-author {
  font-weight: bold;
  color: #270c43;
}

.element-testimonial .content-column .element-quotation-job-title {
  font-size: 16px;
}

.element-testimonial .content-column.bg-white {
  background-color: #fff !important;
}

.element-testimonial .content-column.bg-white .content-column {
  background-color: #fff;
}

.element-testimonial .content-column.bg-white.bg-dark {
  background-color: #fff !important;
}

.element-testimonial .content-column.bg-white .element-quotation-author,
.element-testimonial .content-column.bg-white .element-quotation-job-title {
  color: #270c43;
}

@media (max-width: 767.98px) {
  .element-testimonial .container {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  .element-testimonial .content-column {
    padding: 60px;
  }
  .element-testimonial .quote-mark {
    top: 40px;
    left: 36px;
    width: 64px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .element-testimonial .content-column {
    padding: 60px 80px;
  }
}

@media (min-width: 1200px) {
  .element-testimonial .content-column {
    padding: 60px 96px;
    font-size: 25px;
  }
}

.column-layout-column .element-testimonial.element-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.column-layout-column .element-testimonial .content-column {
  font-size: 16px;
  background-image: none;
  background-color: #0127e3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .column-layout-column .element-testimonial .content-column {
    padding: 28px 35px;
  }
}

@media (min-width: 1200px) {
  .column-layout-column .element-testimonial .content-column {
    font-size: 20px;
  }
}
