

/* Icon size management */
/* Tablet */
@media (max-width: 992px) {
  .fa-5x {
    font-size: 3.5em !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .fa-5x {
    font-size: 3em !important;
  }
}

@media (max-width: 576px) {
  .row.mt-4.justify-content-center {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .col-md-2 {
    flex: unset;
    max-width: unset;
  }
}