.tnc {
    width: 100%;
    height: auto;
}

.tnc-1 {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}

.tnc-button1 {
    background: none;
    font-size: inherit;
    color: black;
    border: none;
    font-family: inherit;
    height: 1rem; // 16px;
    line-height: 1rem; // 16px;
    cursor: pointer;
    padding: 0;
}

.tnc-button1:hover {
    font-weight: bold;
}

.tnc-2 {
    width: 100%;
    height: auto;
    display: flex;
}