.board_dipshikha{
    height: auto;
    width: 100%;
    justify-items: center;    
}

.board_dipshikha .notice{
    height: auto;
    width: 970px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
    justify-content: space-between;  
}

.board_dipshikha .notice .aa{
    height: 315px;
    /* box-shadow: 0px 0px 13px -5px #dfdfe0;
    box-shadow:inset 0px 0px 30px 4px #a1a1ad; */
    width: 300px;
    justify-items: center;
    align-content: center;
    background-color: var(--notice-bg-color);
    position: relative;
    transition: 0.6s;
    border-radius: 10px;
    background-color: #e2eeff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 17%);
    border: 2px solid white;
}

.board_dipshikha .notice .aa:hover{
    transform: translateY(-6px);
}

.board_dipshikha .notice .aa .dd{
    height: 40px;
    width: 70%;
    text-align: center;
    top: -20px;
    background:var(--clr-gradient);
    position: absolute;
    font-family: "Outfit", sans-serif;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: .5px;
    align-content: center;
    color: rgba(255, 255, 255, 0.986);
}

.board_dipshikha .notice .aa .ee{
    height: 80%;
    width: 85%;
}

.board_dipshikha .notice .aa .ee .ff{
    height: auto;
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.board_dipshikha .notice .aa .ee .ff .gg{
    height: auto;
    width: auto;
    color: #545454;
    font-size: 13px;
}

.board_dipshikha .notice .aa .ee .ff .hh{
    height: auto;
    width: auto;
    color: #545454;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    letter-spacing: .5px;
    cursor: pointer;
}

.board_dipshikha .notice .bb{
    height: 315px;
    width: 300px;
    justify-items: center;
    position: relative;
    background-color: var(--notice-bg-color);
    border-radius: 10px;
    transition: 0.8s;
    /* box-shadow: 0px 0px 13px -5px #dfdfe0;
    box-shadow:inset 0px 0px 30px 4px #a1a1ad;
    background-color: #d5e6fe; */
    background-color: #e2eeff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 17%);
    border: 2px solid white;
}

.board_dipshikha .notice .bb:hover{
    transform: translateY(-6px);
    transition: 0.8s;
}

.board_dipshikha .notice .bb .dd{
    height: 40px;
    width: 70%;
    text-align: center;
    top: -20px;
    position: absolute;
   background:var(--clr-gradient);
    border-radius: 10px;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.986);
    align-content: center;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
}

.board_dipshikha .notice .bb .ee{
    height: auto;
    width: 85%;
    margin-top: 40px;
    letter-spacing: .5px;
    font-size: 17px;
    color: #545454;
    font-family: "Inter", sans-serif;
}

.board_dipshikha .notice .bb .ff{
    height: auto;
    width: 85%;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 20px;
    color: #545454;
}

.board_dipshikha .notice .bb .gg{
    height: auto;
    width: 85%;
    font-family: "Inter", sans-serif;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #545454;
}

.board_dipshikha .notice .cc{
    height: 315px;
    width: 300px;
    justify-items: center;
    border-radius: 10px;
    background-color: var(--notice-bg-color);
    position: relative;
    transition: 0.8s;
    /* box-shadow: 0px 0px 13px -5px #dfdfe0; */
    /* background-color: #d5e6fe; */
    align-content: center;
    /* box-shadow:inset 0px 0px 30px 4px #a1a1ad; */
    background-color: #e2eeff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 17%);
    border: 2px solid white;
}

.board_dipshikha .notice .cc:hover{
    transform: translateY(-6px);
    transition: 0.8s;
}

.board_dipshikha .notice .cc .dd{
    height: 40px;
    width: 70%;
    text-align: center;
    top: -20px;
    font-weight: bold;
    position: absolute;
    font-family: "Outfit", sans-serif;
    letter-spacing: .5px;
    border-radius: 10px;
    align-content: center;
    background:var(--clr-gradient);
    color: rgba(255, 255, 255, 0.986);
}

.board_dipshikha .notice .cc .ee{
    height: 80%;
    width: 85%;
}

.board_dipshikha .notice .cc .ee .ff{
    height: auto;
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.board_dipshikha .notice .cc .ee .ff .gg{
    height: auto;
    width: auto;
    color: #545454;
    font-size: 13px;
}

.board_dipshikha .notice .cc .ee .ff .hh{
    height: auto;
    width: auto;
    color: #545454;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    letter-spacing: .5px;
    cursor: pointer;
}
