/* Department Flash News */
.department-flash-news .flash-news-item {
  margin-bottom: 25px;
}

.department-flash-news .flash-news-icon {
  width: 70px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.department-flash-news .flash-news-banner {
  display: block;
  width: 100%;
  padding: 18px 24px;
  background-color: #ea4471;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
}

.department-flash-news .flash-news-banner:hover,
.department-flash-news .flash-news-banner:focus {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #d63a64;
}
