
.flex-me {
justify-content: center;
}

.display-dsk {
display: none;
}

p {
font-size: 16px;
}

.text-small{
    font-size: 14px;
}
.display-mob{
    display: none;
}

.display-mob-flex{
    display: none;
}
@media(max-width:44rem) {
    .display-mob-flex{
        display: inline-flex;
        width: 100%;
    }
    .display-mob{
        display: block;
    }
    .noticboard h4{
        font-size: 14px;
    }
    .noticboard p{
        display: none;
    }
    .noticboard-btn{
        font-size: 12px;
        max-width:120px;
        text-decoration: underline;
    }


}

@media(min-width:44rem) {

.display-dsk {
    display: block;
}

.flex-me {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.grey-items {
    max-width: none !important;
}

.dsk-right {
    text-align: right !important;
}
}

.grey-items {
max-width: 564px;
width: 100%;
border-bottom: 1px solid #B0B0B0;
padding: 12px 0;
}

.grey-items p, ul {
    font-size: 13px;
    /*}*/
}
.bg-green{
    background-color:#D0E8A6;
}

.text-bold{
    font-weight: 600;
}

.border-radius{
    border-radius: 5px;
}