@charset "UTF-8";
.testimonial {
  background-color: #f1f1f1; }
  .testimonial__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box; }
    @media screen and (min-width: 0rem) and (max-width: 79.9375rem) {
      .testimonial__container {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 80rem) {
      .testimonial__container {
        padding-left: 40px;
        padding-right: 40px; } }
  @media screen and (min-width: 48rem) {
    .testimonial__wrapper {
      display: flex;
      align-items: flex-start; } }
  .testimonial__intro {
    box-sizing: border-box; }
    @media screen and (min-width: 48rem) {
      .testimonial__intro {
        width: 30%;
        margin: 0 1rem; } }
    @media screen and (min-width: 64rem) {
      .testimonial__intro {
        width: 40%;
        padding: 0 40px; } }
  .testimonial__headline {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 1rem; }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .testimonial__headline {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media screen and (min-width: 64rem) {
      .testimonial__headline {
        font-size: 40px;
        font-size: 2.5rem; } }
  .testimonial__link {
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    color: #cf000d;
    transition: color .2s ease-in-out;
    text-decoration: none;
    cursor: pointer; }
    @media screen and (min-width: 64rem) {
      .testimonial__link {
        font-size: 18px;
        font-size: 1.125rem; } }
    .testimonial__link:last-of-type {
      margin-bottom: 0; }
    .testimonial__link:hover {
      color: #000; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .testimonial__link--desktop {
        display: none; } }
    .testimonial__link--mobile {
      margin-top: 1rem; }
      @media screen and (min-width: 48rem) {
        .testimonial__link--mobile {
          display: none; } }
  .testimonial__content {
    box-sizing: border-box; }
    @media screen and (min-width: 48rem) {
      .testimonial__content {
        width: 70%;
        margin: 0 1rem; } }
    @media screen and (min-width: 64rem) {
      .testimonial__content {
        width: 60%;
        padding: 0 40px; } }
  .testimonial__author {
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 1.25rem 0; }
    @media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
      .testimonial__author {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 64rem) {
      .testimonial__author {
        font-size: 20px;
        font-size: 1.25rem; } }
  .testimonial__quote {
    margin-left: 0;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem; }
    .testimonial__quote::before {
      content: '“'; }
    .testimonial__quote::after {
      content: '“'; }
    @media screen and (min-width: 64rem) {
      .testimonial__quote {
        font-size: 18px;
        font-size: 1.125rem; } }
    .testimonial__quote:last-of-type {
      margin-bottom: 0; }

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