.tnc-header {
    .title {
        font-size: 40px;
        font-weight: 500;
        line-height: 57.92px;
        text-align: center;
        color: #6C6C6C;
    }
}

.tnc-content {
    h1, h2, h3, h4, h5, h6 {
        color: #009AA6;
        margin: .5rem 0;
    }

    .text-bold {
        font-weight: 700;
    }

    .text-main-theme {
        color: #009AA6;
    }

    p {
        margin: .5rem 0 2rem;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;

    }
}

.my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
}
