/* @media only screen and (max-width: 600px){
    .descChild1{
        overflow-x: scroll;
        height: 50px;
    }
    .descChild1 li{
        font-size: 10px;
    }
} */

.descChild1{
    height: 60px;
    overflow-x: hidden;
}
.descChild1 li{
    font-size: 12px;
}
#ruleBookButton{
    margin-right: 10px;
}
@media only screen and (max-width: 600px){
    .descChild1{
        justify-content: start;
        overflow-x: scroll;
    }
    .descChild1 li{
        font-size: 10px;
    }
    .leftDesc{
        height: 390px;
    }
}