
.heading{
    text-align: center;
    font-size: 40px;
    color: rgb(9, 9, 75);
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    width: 100%;
}

.feerule li, .attrule li, .disrule li{
    list-style: none;
    list-style-position: inside;
    margin: 10px;
    padding: 10px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    background-color: transparent;
    box-shadow: 1px 1px 2px rgb(255, 255, 255);
    border-radius: 2px;
    width: 60%;
    position: relative;
    left: 10%;
}
.feerule li:hover, .attrule li:hover, .disrule li:hover{
    box-shadow: 2px 2px 5px rgb(255, 255, 255);
}
.feerule img, .attrule img, .disrule img{
    float: right;
    height: 300px;
    width: 350px;
    margin: 30px;
    border-radius: 40px;
}


@media only screen and (max-width: 600px){
.feerule, .attrule, .disrule{
    width: 100%;
    
} 
.heading{
    text-align: center;
    font-size: 40px;
    color: rgb(9, 9, 75);
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-style: italic;
    width: 98%;
}

.feerule li, .attrule li, .disrule li{
    list-style: none;
    list-style-position: inside;
    text-align: justify;
    margin: 15px 0px;
    padding: 3px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    background-color: transparent;
    box-shadow: 1px 1px 2px rgb(255, 255, 255);
    width:98%;
    position: relative;
    left: -5%;
}
.feerule li:hover, .attrule li:hover, .disrule li:hover{
    box-shadow: 2px 2px 5px rgb(255, 255, 255);
}
.feerule img, .attrule img, .disrule img{
    float: right;
    height: 300px;
    width:95%;
    margin: 10px 10px 20px 10px;
    border-radius: 40px;
}


}