

.date-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.date {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.child1 {
    font-size: 16px;
    font-weight: 600;
}

.child2 {
    font-size: 16px;
    font-weight: 400;
}

.date-container p {
    font-size: 16;
    font-weight: 400;
}

.divider {
    width: 100%;
    height: 0.5px;
    margin: 12px 0;
    background-color: black;
}

.text-content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
}

.heading {
    font-size: 18px;
    font-weight: 700;
}

.rules-container li {
    list-style: decimal;
}

.sub-rules {
    list-style: circle !important;
}

.sub-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sub-rules-2 li {
    list-style: disc !important;
}