.beneficios {
  margin-top: 4rem;
}

.beneficios .col{
  margin-bottom: 2rem;
}

.beneficios .card {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 5px;
  /*height: 200px;*/
  padding: 2rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: transform 0.2s;
  /*transform: translateX(30px);
   */
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}

.beneficios .card header > h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: var(--color-base);
  margin-top: 0;
  margin-bottom: 1rem;
}

.beneficios .card header > p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7F888F;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 0;
}