.frontNotice {
    height: 70vh;
    margin-top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.noticeTitle {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.3); */
    display: flex;
    text-align: center;
    align-items: center;
}

.title2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px 0px;
    width: 60%;
    flex-direction: column;
}

.title3{
    display: flex;
    justify-content: center;
    margin: 90px 0px;
    width: 60%;
    flex-direction: column;
}
@media (max-width: 767px) {
    .title2{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        width: 90%;
        flex-direction: column;
        font-size: 15px!important;
    }

    .title3{
        display: flex;
        justify-content: center;
        margin: 90px 0px;
        width: 90%;
        flex-direction: column;
    }

    .title2 > h2{
        font-size: 25px!important;
    }
}