*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
.procedure h2{
    text-align: center;
}
.admi-procedure{
    width: 80%;
    margin: auto;
}
.age-criteria h3{
    color: rgb(117,30,30);
}
.age-criteria h4{
    color: rgb(117,30,30);
}
.grade-school h4{
    color: rgb(117,30,30);
}
.grade-school h5{
    color: rgb(117,30,30);
}
.general_guide h4{
    color: rgb(117,30,30);
}
.general_guide ul {
    list-style-type: disc;
    line-height: 35px;
}
.grade-school a:hover{
    background-color: #cda956;
    border: none;
}
.grade-school a{
    background-color: rgb(117,30,30);
    border: none;
}
@media screen and (min-width:769px) and (max-width:1024){
    .general_guide ul {
        list-style-type: disc;
        line-height: 20px;
        color: black;
        font-size: 12px;
    }

}

@media screen and (max-width:768px){

.age-criteria h3{
    color: rgb(117,30,30);
    font-size: 18px;
}
.age-criteria h4{
    color: rgb(117,30,30);
    font-size: 18px;
}
.grade-school h4{
    color: rgb(117,30,30);
    font-size: 18px;
}
.grade-school h5{
    color: rgb(117,30,30);
    font-size: 15px;
}
.general_guide{
    color: rgb(117,30,30);
    font-size: 18px;

}
.general_guide ul {
    list-style-type: disc;
    line-height: 30px;
    color: black;
    font-size: 12px;
}
}