﻿header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background-image: linear-gradient(125deg, #74D3DC 0%, #7E84F3 100%);
}
header .container{
    
}
.terms-title{
    color:white;
    font-size: 20px;
    font-weight: 500;
} 

h4{
    color:var(--text-color);
}

table,
th,
td {
    border: 1px solid black;
}

td{
    padding-left:5px;
}

