﻿.rules-handica-rules-regulation-page .page-title {
    margin-top: -30px;
    margin-bottom: 50px;
}

.rules-handica-rules-regulation-page .files-section {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.rules-handica-rules-regulation-page .middle-page {
    background: #F5F5F5;
}

    .rules-handica-rules-regulation-page .middle-page span {
        color: #000;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.48px;
    }

.rules-handica-rules-regulation-page .files-section .results-lists .list-item {
    display: flex;
    flex-wrap: wrap;
}

.rules-handica-rules-regulation-page .files-section .each-file-section {
    width: 42%;
    margin-right: 79px;
}

.rules-handica-rules-regulation-page .files-section .each-file .title {
    font-size: 14px;
    padding-left: 0px;
}


.rules-handica-rules-regulation-page .files-section .heading-section {
    width: fit-content;
    padding-right: 60px;
}

.rules-handica-rules-regulation-page .files-section .heading-section .title {
    font-size: 14px;
}

.rules-handica-rules-regulation-page .files-section .each-file .date-title-section:last-child {
    border-bottom: 1px solid rgba(35, 35, 35, 0.19);
}


.rules-handica-rules-regulation-page .regulation-section .each-file-section {
    width: 100%;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .rules-handica-rules-regulation-page .regulation-section .each-file-section .each-file {
        width: 32%;
    }


@media (max-width: 1024px) {
        .rules-handica-rules-regulation-page .files-section .results-lists .list-item {
        flex-wrap: nowrap;
        flex-flow: column;
    }

    .rules-handica-rules-regulation-page .files-section .each-file-section {
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 700px) {
    .rules-handica-rules-regulation-page .regulation-section .each-file-section {
        flex-wrap: nowrap;
        flex-flow:column;
    }

        .rules-handica-rules-regulation-page .regulation-section .each-file-section .each-file {
            width: 100%;
        }


}

@media (max-width: 412px) {

}

@media (max-width: 320px) {
    .rules-handica-rules-regulation-page .files-section .heading-section .title {
        font-size: 13px;
    }

    .rules-handica-rules-regulation-page .files-section .each-file .title {
        font-size: 13px;
    }

}