.bulletin-page .bulletin-item {
    padding: 10px;
}
.bulletin-page .bulletin-item *{
  color:inherit;
  text-decoration:none;
}
.bulletin-page .bulletin-item a.bulletin-btn{
  color:white;
}
.bulletin-page .bulletin-wrap {
    background-color: #fff;
    padding: 15px;
    border: 1px solid rgba(0, 70, 156, 0.4);
}
.bulletin-page .container {
    position: relative;
}
.bulletin-header {
    position: relative;
    text-align: center;
}
.bulletin-img {
    width: auto;
    height: 230px;
}
.bulletin-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.date-day {
    font-size: 14px;
    font-weight: bold;
}
.write-user {
    text-align: right;
    font-size: 11px;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.bulletin-title{
    height:50px;
}
.bulletin-text{
    height:100px;
}
.bulletin-title,
.bulletin-text {
    text-align: justify;
    font-size: 13px;
}
.bulletin-tag {
    font-size: 12px;
}
.bulletin-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}