@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .cat-page__list:nth-of-type(3) .cat-page__list-text {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .cat-page__list:nth-of-type(3) .cat-page__list-text {
    text-align: left;
  }
}/*# sourceMappingURL=emergency.css.map */