@media all and (max-width: 900px) {
    
    .membertitle img{
        width: 30%;
    }

    .memberbox{
        width: 50%;
    }

    .graduateimg p{
        font-size: 15px;
    }

}

@media all and (min-width: 901px) {

    .battlehp p{
        font-size: 15px;
    }

}