.page .testimonial-big-card {
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: .3125rem;
  box-shadow: 0 3px 8px 0 rgba(186, 186, 186, 0.25);
  transition: .3s; }
  .page .testimonial-big-card__client {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
    width: 100%;
    padding: 1.5rem .75rem;
    border-radius: .3125rem;
    background-color: var(--main-color-light);
    box-shadow: 0 3px 8px 0 rgba(186, 186, 186, 0.25);
    text-align: center; }
  .page .testimonial-big-card__img {
    max-width: 90%;
    transition: .3s; }
  .page .testimonial-big-card__description {
    font-size: .875rem;
    font-weight: 600;
    color: var(--color-middle);
    line-height: 1.35;
    letter-spacing: .035rem;
    transition: .3s; }
  .page .testimonial-big-card__info {
    padding: 2.5rem 1.5rem;
    text-align: center; }
  .page .testimonial-big-card__title {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase; }
  .page .testimonial-big-card__text {
    line-height: 1.5;
    transition: .3s; }
  .page .testimonial-big-card__original {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    margin-top: 1.2857em;
    color: var(--color-light);
    font-size: .875rem;
    line-height: 1.5;
    text-decoration: none;
    transition: .3s; }
    .page .testimonial-big-card__original:after {
      content: '';
      display: inline-block;
      width: 39px;
      height: 16px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4LjcwNyA4LjcwN2ExIDEgMCAwMDAtMS40MTRMMzIuMzQzLjkyOWExIDEgMCAxMC0xLjQxNCAxLjQxNEwzNi41ODYgOGwtNS42NTcgNS42NTdhMSAxIDAgMDAxLjQxNCAxLjQxNGw2LjM2NC02LjM2NHpNMCA5aDM4VjdIMHYyeiIgZmlsbD0iIzMzOTVGMiIvPjwvc3ZnPg==");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transform: translateX(-30%);
              transform: translateX(-30%);
      transition: .3s; }
  .page .testimonial-big-card:hover {
    box-shadow: -4px 8px 18px 0px rgba(118, 118, 118, 0.4); }
    .page .testimonial-big-card:hover .testimonial-big-card__original {
      color: var(--main-color); }
      .page .testimonial-big-card:hover .testimonial-big-card__original:after {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }

@media (min-width: 992px) {
  .page .testimonial-big-card {
    flex-direction: row; }
    .page .testimonial-big-card__client {
      flex: 0 0 19.125rem;
      width: 19.125rem;
      padding: 2.5rem 1.5rem; }
    .page .testimonial-big-card__img {
      max-width: 11.25rem; }
    .page .testimonial-big-card__info {
      text-align: left; } }
