.testimonial {
    margin: 0;
    box-shadow: 2px 4px 11px 1px #00000014;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    font-size: 18px;
    height: -moz-fit-content;
    height: fit-content;
}

.testimonial p {
    margin-bottom: 1rem;
        font-size: 18px;
}

.testimonial :is(p, li, a) {
    margin-bottom: 1rem;
        font-size: 18px;
}

.testimonial__icon {
    fill: #1c4279;
    width: 80px;
    height: 80px;
}

.testimonial-list {
    display: grid;
    gap: 2rem;
    margin-block: 4rem;
    max-width: 1100px;
    margin-inline: auto;
}

@media (min-width: 600px) {
  .testimonial-list {
      grid-template-columns: repeat(2, minmax(280px, 1fr));
    }
}

.testimonial--info__name {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    color: #1c4279;
}

.testimonials__toggle {
  display: block;
  font-size: 80%!important;
  text-transform: uppercase;
  letter-spacing: 1px;
}