.texto-icono {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-top: 96px;
    padding-bottom: 96px;
}

.texto-icono .text-element {
  text-align: center;
  margin-bottom: 40px;
  color: #303555;
}

.texto-icono .text-element h2 {
  font-size: 40px;
  font-weight: 600;
}

.texto-icono .text-element p {
 font-size: 20px;
 font-weight: 400;
}

/* Moviles - SM */
@media (max-width: 575.98px) {
  .texto-icono{
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .texto-icono .text-element{
    margin-bottom: 24px;
  }

  .texto-icono .text-element h2{
    font-size: 25px;
  }

  .texto-icono .text-element p{
    font-size: 18px;
  }
}
/* Tablets en vertical - MD */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Tablets en horizontal - LG */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Portátiles pequeños - XL */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
