.notification {
  padding: 3.5rem 5rem;
  margin-bottom: 2rem;
}

.notification__title {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.notification__text {
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 800px) {
  .notification {
    padding: 3.5rem 2rem;
  }
}
