.div-flex a:nth-of-type(1),
.div-flex a:nth-of-type(2),
.div-flex a:nth-of-type(3),
.div-flex-a a:nth-of-type(1) {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.div-flex a footer i,
.div-flex a footer svg,
.div-flex a h3,
.div-flex a p,
.div-flex-a a i,
.div-flex-a a p,
.div-flex-a a svg {
  color: var(--color-primary-contrast);
}
.grid-container .wrapper {
  padding: 0 2rem 4rem;
}
.div-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 76%;
  margin: 0 auto;
}
.div-flex a {
  padding: 2rem 1.4rem;
  margin: 0 0.5rem;
}

.div-flex a {
  padding: 2rem 1.4rem;
  margin: 0 0.5rem;
  display: block;
  text-decoration: none;
  color: inherit;

  /* efeito */
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.div-flex a:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}



@media (max-width: 767px) {
  .div-flex {
    display: block;
    width: 100%;
  }
  .div-flex a {
    display: block;
    margin: 0.5rem 0;
  }
}
.div-flex a:nth-of-type(1) {
  background: linear-gradient(194.58deg, #00995d 20.64%, #d1d34b 93.46%);
}
.div-flex a:nth-of-type(2) {
  background: linear-gradient(135deg, #411564 0, #a3238e 100%);
}
.div-flex a:nth-of-type(3) {
  background: linear-gradient(135deg, #f47920 0, #ed1651 100%);
}
.div-flex a h3 {
  font-size: 30px;
}
.div-flex a p {
  font-size: 16px;
  margin-bottom: 3rem;
}
.div-flex a footer {
  display: block;
  text-align: end;
}
.div-flex a footer i,
.div-flex a footer svg {
  width: 2rem !important;
  height: 2rem !important;
  font-size: 2rem;
}
.div-flex-a {
  display: grid;
  width: 76%;
  margin: 20px auto;
}
.div-flex-a a:nth-of-type(1) {
  background: linear-gradient(135deg, #eba377 0, #f49860 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.div-flex-a a p {
  font-size: 22px;
  margin-bottom: 0;
}
.div-flex-a a i,
.div-flex-a a svg {
  width: 2rem !important;
  height: 2rem !important;
  font-size: 2rem;
  margin-left: 3rem;
}
