.testimonios-archive {
  padding: 20px;
  padding-inline: 20vw;
  padding-bottom: 70px;
}
.testimonio-arch-title {
  padding: 10px 20px;
  padding-bottom: 50px;
  font-weight: 800;
  font-size: 1.6rem;
  text-align: center;
  color: #15a69c;
}

.testimonios-list {
  font-family: "Calibri", sans-serif;
  display: grid;
  font-weight: 400;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 60px 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.testimonio-item {
  display: grid;
  min-height: fit-content;
  height: 100%;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  background: #fff;
  border-radius: 14px;
  text-align: center;
  padding: 15px 30px;
  text-wrap-style: pretty;
  box-shadow: 0 0px 20px 3px rgba(0, 0, 0, 0.15);
}

.testimonio-info {
  display: grid;
  grid-template-rows: 1fr auto;
  margin-top: 10px;
}

.testimonio-nombre {
  color: #030303;
  font-size: 18px;
  font-weight: bold;
}

.testimonio-cargo {
  color: #252525;
  line-height: normal;
}

p.testimonio-texto {
  font-weight: 500;
  padding-block: 20px !important;

  font-size: 17px;
  color: #41413f;
  line-height: 1.5;
  text-align: start;
}

.testimonio-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  padding-bottom: 15px;
}

.testimonio-footer p {
  margin: 0;
  padding: 0;
}
.testimonio-talker {
  align-self: flex-end;
  text-align: left;
}

.testimonio-foto {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;

  display: block;
}

.testimonio-comillas {
  position: absolute;
  top: 0;
  left: 20px;
  width: 60px;
  height: 60px;
  transform: translateY(-35%);
}

@media screen and (max-width: 1280px) {
  .testimonios-archive {
    padding-inline: 10vw;
  }
}
@media screen and (max-width: 768px) {
  p.testimonio-texto {
    font-size: 16px;
  }
  .testimonio-nombre {
    font-size: 16px;
  }
  .testimonio-cargo {
    font-size: 14px;
  }
  .testimonios-archive {
    padding-inline: 10vw;
  }
}

@media screen and (max-width: 480px) {
  .testimonios-list {
    gap: 60px 15px;
  }
  .testimonios-archive {
    padding-inline: 2vw;
  }
  .testimonio-item {
    padding: 10px 20px;
  }
  .testimonio-footer {
    gap: 10px;
  }
}
