.oit-alert-icon-wrapper {
  text-align: center;
}

.oit-alert-icon {
  font-size: 8rem;
  color: #000;
  background-color: #FDD726;
  display: block;
  width: 10rem;
  height: 10rem;
  text-align: center;
  font-weight: bold;
  border-radius: 5rem;
  margin: 1rem auto;
}

.oit-alert {
  background-color: #000;
  color: #fff;
}

.oit-alert-wrapper {
  padding: 2rem 0;
}

.oit-alert-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.oit-alert-contents p {
  font-size: 2rem;
}

.oit-alert-contents a {
  color: #FDD726;
  font-weight: bold;
  text-decoration: underline;
}

.oit-alert-contents a:hover, .oit-alert-contents a:focus, .oit-alert-contents a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.oit-alert-date {
  text-align: right;
  font-size: 1.5rem;
}