@media screen and (min-width:1024px){
}

@media screen and (min-width:768px) and (max-width:1024px){
}

@media screen and (max-width:767px){
}

ol, ul{
    margin-left: 30px;
}
ul{
    list-style: none;
}
.updatedate{
    margin-top: 30px;
    text-align: right;
}
/* updated on 07/30/2024 15:00 */