.pengumuman {
    .pengumuman__main-title {
        font-weight: 600;
        font-size: 38px;
        font-family: 'Gotham Medium';
    }

    .pengumuman__title {
        font-size: 20px;
        font-family: 'Gotham Medium';
    }

    .pengumuman__info {
        font-size: 14px;
    }

    .pengumuman__info {
        font-size: 14px;
        color: var(--neutral-500);
    }

    .pengumuman__desc {
        font-size: 15px;
    }
}

.pengumuman-detail {
      .pengumuman-detail__title {
        font-size: 35px;
        font-weight: 600;
    }

    .pengumuman-detail__info {
        font-size: 16px;
        color: var(--neutral-500);
    }
}