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