

.rules-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}
.rules-info-section {
  
    background-color: #f9f9f9;
    padding: 50px 0;
    margin-bottom: 30px;
}
.rules-info{
  margin-bottom: 50px!important;
}
.rule-heading{
    font-size: 24px;
    font-weight: bold;
    color: #161414;
    text-align: center;
}
.custom-heading {
    font-size: 24px;
    font-weight: bold;
    color: #f13232;
    padding-top: 10px;
}
.custom-hr {
    width: 100px;
    height: 3px;
    background-color: var(--primary-color);
    border: none;
    margin: 0 auto 20px auto;
}
.rules-hr{
    width: 500px;
    height: 1px;
    background-color: #242323;
    border: none;
    
}
.custom-paragraph {
    box-shadow: 0 0 10px #00000020;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 24px;
    color: #555;
    line-height: 1.6;
    max-width: 1500px;

}
.custom-paragraph:hover{
    border: 1px solid #d10707;
}
.custom-paragraph h3{
    font-size: 20px;
    font-weight: bold;
    color: #f13232;
    margin-bottom: 10px;
   
}
.custom-paragraph p{
    letter-spacing: 0.7px;
    font-size: 18px;
    color: #202020;
    line-height: 1.8rem;
}


.important-rules{
   margin-top:20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #00000020;
    line-height: 1.6;
    max-width: 1500px;
    
}
.important-rules:hover{
    border: 1px solid #d10707;
}
/* .important-rules  li{
    color: #202020;
} */
ol {
    line-height: 1.6;
    list-style-type: decimal; 
    margin: 20px;
    padding-left: 40px;
}
ol li{
    color: #131111;
    line-height: 3rem;
    font-size: 17px;
    letter-spacing: 0.7px;
}
@media (max-width: 768px) {
    .rule-heading {
        font-size: 18px;
        flex-direction: column;
        align-items: flex-start;
    }
    .rule-arrow {
        margin-left: 0;
        margin-top: 5px;
    }
    .rules-hr{
        width: 250px;
    }
    ol li{
        line-height: 2rem;
        font-size: 16px;
        letter-spacing: 0.7px;  
    }
}