﻿
#legalSection {
    padding: 10px;
}

    #legalSection .basic-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }

#privacySection {
    margin-left: 50px;
    margin-right: 50px;
}

    #privacySection .main-item {
        margin-bottom: 28px;
    }

    #privacySection .main-item-title {
        font-weight: bold;
    }

    #privacySection .sub-list {
        list-style-type: lower-alpha;
    }

        #privacySection .sub-list li {
            margin-bottom: 6px;
        }

#termsSection {
    margin-left: 50px;
    margin-right: 50px;
}

    #termsSection .main-item {
        margin-bottom: 28px;
    }

    #termsSection .main-item-title {
        font-weight: bold;
    }

    #termsSection .sub-list {
        list-style-type: lower-alpha;
    }

        #termsSection .sub-list li {
            margin-bottom: 6px;
        }
