
.announcement-details-page {
  background-image: url("../../assets/images/home/home-bg-1.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  min-height: 80vh;
}
.announcement-details-page .page-content {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.announcement-details-page .page-content .info-section .info-content {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 50px;
}
.announcement-details-page .page-content .info-section .info-content .date {
    color: #6f6f6f;
    font-weight: 600;
    margin-bottom: 20px;
}
.announcement-details-page .page-content .info-section .info-content .announcement-title {
    color: var(--primary);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.announcement-details-page .page-content .info-section .info-content .announcement-content {
    color: #6f6f6f;
    font-size: 17px;
    text-align: justify;
    white-space: pre-wrap;
}
.announcement-details-page .page-content .info-section .info-content .btn-container {
    display: flex;
    margin-top: 30px;
}
