﻿.term-and-condition-page {
    margin-top: 130px;
}

.term-and-condition-page .content{
    max-width: 1280px;
    margin: auto;
}

    .term-and-condition-page label {
        font-family: "BaseFont-Regular";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.46px;
        text-align: justify;
        color: #ffffff;
        display: block;
        margin-bottom: 10px;
    }

    .term-and-condition-page .title {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 30px;
        color: #5887dc;
    }

    .term-and-condition-page .subtitle {
        font-size: 18px;
        padding-left: 50px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .term-and-condition-page a {
        color: #5887dc !important;
        font-weight: bold;
        font-size: 16px;
        text-decoration-line: underline;
    }

