.panel-icon {
  width: 380px;
}

.panel-icon i {
  font-size: 300px;
  color: inherit;
}

.message-text label {
  font-size: larger;
}

.message-title label {
  font-size: xxx-large;
}

.logo img {
  height: 2.5rem;
}

@media screen and (max-width: 960px) {
  .panel-grid {
    display: grid;
  }

  .panel-icon {
    width: 100%;
  }
}