.rules-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: start;
}

.rules-section p {
    font-size: 16px;
    width: 80%;
    margin: 0;
}

li {
    font-size: 16px;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
}