/*========== Start Testimonial  ==========*/
.yoo-transition-list.yoo-style1 {
  li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid $base-color4;
    padding: 15px 30px;
  }

  .yoo-transition-date {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-right: 13px;

    span {
      font-size: 12px;
      text-transform: uppercase;
      color: $base-color3;
    }
  }

  .yoo-transition-icon {
    display: flex;
    font-size: 40px;
    color: $base-color3;
    margin-right: 13px;
  }

  .yoo-transition-heading,
  .yoo-transition-amount {
    h2 {
      font-size: 16px;
      margin-bottom: 0;
    }

    span {
      font-size: 13px;
      display: block;
    }
  }

  .yoo-transition-amount {
    text-align: right;
    flex: 1;
  }
}
@media screen and (max-width: 575px) {
  .yoo-transition-list.yoo-style1 .yoo-transition-heading h2,
  .yoo-transition-list.yoo-style1 .yoo-transition-amount h2 {
    font-size: 14px;
  }
}
/*========== End Testimonial  ==========*/
