.notices_block {
  padding: 20px 25px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #efefef;
}

.notices_title {
  font-weight: bold;
  color: #cc0033;
  font-size: 20px;
}

.notices_detail {
  margin-top: 5px !important;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .notices_block {
    max-width: 100%;
  }

  .notices_detail {
    margin-top: 10px !important;
    text-align: left;
  }
}