/*========================

    ¿POR QUÉ ELEGIRNOS?

=========================*/

.why-us {
  background: #f8f9fb;
}

.section-title {
  max-width: 750px;

  margin: auto;
}

.section-title h2 {
  font-size: 2.6rem;

  font-weight: 700;

  margin: 20px 0;
}

.section-title h2 span {
  color: var(--primary);
}

.section-title p {
  color: var(--gray);

  line-height: 1.9;
}

.why-card {
  background: #fff;

  padding: 40px 30px;

  border-radius: 20px;

  text-align: center;

  height: 100%;

  transition: 0.35s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  border: 1px solid transparent;
}

.why-card:hover {
  transform: translateY(-10px);

  border-color: var(--primary);
}

.why-card i {
  width: 85px;

  height: 85px;

  background: rgba(75, 31, 111, 0.08);

  color: var(--primary);

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: auto;

  font-size: 34px;

  margin-bottom: 25px;
}

.why-card h4 {
  font-size: 1.3rem;

  margin-bottom: 15px;

  font-weight: 600;
}

.why-card p {
  color: var(--gray);

  line-height: 1.8;

  margin: 0;
}
