.privacysection{
    padding: 100px 0 50px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}
.privacysection .bgdotshap{
    width: 195px;
    height: 260px;
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: -1;
}
.privacysection .maincontainer{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.privacysection .mainrow{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.privacysection .mainrow h1{
    text-align: center;
    font-size: var(--font2);
}
.privacysection .mainrow p{
    text-align: justify;
}
.privacysection .mainrow p span
{
    color: #0082b7;
}
.privacysection .fullpart
{
    padding: 0 15px;
}