.privacysectiontwo{
    width: 100%;
    height: 100px;
    background-color: #000080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titrepolicy{
    color: white;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    margin-left: -80px;
}


.privacysectionthree{
    width: 100%;
    height: 700px;
    background-color: white;
    padding: 100px;
    font-family: sans-serif;
    font-size: 16px; /* Your font size */
    line-height: 1.6;
    color:rgb(73, 73, 73);
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;

}
.mail{
    color: blue;
}

.footer{
    width: 100%;
    height: 300px;
}

@media screen and (max-width: 768px){
    .privacysectionthree{
        padding: 40px;
        height: auto;
    }
}

@media screen and (max-width: 768px){
    .titrepolicy{
        font-size: 30px;
        margin-left: 2%;
    }

  
}
