/* announcement-style.css */

.content-wrapper {
  background-color: transparent;
  width: 100%;
  color: #212A31;
  padding-bottom: 30px;
  text-align: justify;
  line-height: 1.5;
}

.content-body {
  max-width: 800px;
  margin: auto;
}

.content-wrapper p {
  color: #212A31;  
  font-size: 15px;
  margin-bottom: 10px;
}

.content-wrapper strong {
  color: #212A31 !important;
  font-weight: 600;
}

.content-wrapper a {
  color: #212A31 !important;
  font-weight: 600;
  text-decoration: none;
}

.content-wrapper a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .content-wrapper {
    padding: 25px 15px;
  }

  .content-wrapper p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
}
