

.block-testimonial-style1 {
  .quote {
    color: #fff;
    border-radius: 3px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    &:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 42px 42px 0 0;
      bottom: -38px;
      left: 0;
      border-color: var(--theme-color1) transparent transparent transparent;
    }
    &:before {
      position: absolute;
      height: 100%;
      width: 98%;
      content: "";
      left: 0;
      top: 12px;
      z-index: -1;
      opacity: 0.1;
      background: var(--theme-color1);
    }
    background: var(--theme-color1);
    .quote-wrapper {
      position: relative;
      padding: 40px 60px;
      @include media-breakpoint-down(md) {
        padding: 30px;
      }
      &:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 36px 36px 0 0;
        bottom: -48px;
        left: 6px;
        border-color: var(--theme-color1) transparent transparent transparent;
        opacity: 0.1;
      }
    }
  }
  .thumb-singature {
    .signature {
      .name {
        margin-bottom: 5px;
      }
      .job-position {
        font-size: 0.92rem;
      }
    }
  }
}