.TermsAndConditionsPage {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    padding: 24px;
    width: 100%;

    &-container {
        background-color: #F8F8F8;
        color: var(--gray-800);
        flex-grow: 1;
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        padding: 0 21px;

        p {
            font-size: 12px;
            line-height: 24px;
            margin: 8px 0;
        
            &:last-child {
                margin-bottom: 16px;
            }
        }
    }

    &-title {
        font-size: 20px;
        margin: 16px 0;
    }

    &-heading {
        font-size: 14px;
        font-weight: 500;
        margin-top: 12px;
    }
}
