#testimonial {
  .container {
    padding-block: 12rem;
  }

  .row > :last-child {
    @media screen and (max-width: 767px) {
      margin-block-start: 3rem;
    }
  }

  .testimonial-img {
    position: relative;

    img {
      position: relative;
      max-width: 470px;
      width:100%;
      box-shadow:20px 20px 50px 0px rgba(0, 0, 0, .1);
    }
  }

  .glow-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    left: 100%;
    scale: 2;
  }

  .t-eyebrow {
    letter-spacing: -0.48px;

    strong {
      font-weight: 600;
    }
  }

  .testimonial-copy {
    margin-block: 4rem 5.8rem;
    font-size: clamp(2rem, 1.178rem + 1.6585vw, 3.5rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1.8px;
    max-inline-size: 50rem;
    /* To make it match with design */
    text-wrap: unset;

    @media screen and (max-width: 767px) {
      margin-block-start: 2rem;
    }

    mark {
      font-weight: 600;
      text-decoration: none;
    }
  }

  .testimonial-person {
    display: flex;
    align-items: center;
    gap: 1.1rem;

    p {
      font-size: 1.6rem;

      @media screen and (max-width: 767px) {
        font-size: 1.4rem;
      }
    }
  }

  .testimonial-person-img {
    inline-size: 4rem;
    block-size: 4rem;
    background-color: lightgray;
    border-radius: 50%;
  }
}
