.section-bg-info {
    background: rgb(255,229,52);
    background: -moz-linear-gradient(229deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(229deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%);
    background: linear-gradient(229deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe534",endColorstr="#b17c19",GradientType=1);
    backdrop-filter: blur(15px);
}

.box-pengumuman{
  display: flex; position:relative; border:1px solid #3bbabd; border-radius:8px; align-items: center; justify-content: center; 
  padding:20px; background-color:rgba(17, 169, 173, 0.15);
}
.box-pengumuman a{
  color:#000;
}
.box-pengumuman a:hover{
  color:#3bbabd;
}
.info-date{
  color:#999;font-size:12px;
}

.img-p{
    display:block;
}

@media (max-width: 700px){
    .img-p{
        display:none;
    }
}