.p-bold {
  font-weight: 600;
}

.alert {
  color: var(--mainRed);
  font-weight: 600;
}

@media (max-width: 1025px) {
  .hidden-mobile {
      display: none !important;
  }
}
