@import url(./index.css);

.containerSectionPrivaticy {
    width: 100%;
    padding: 160px 0px 72px 0px;

    background: 100% 100% / 100% 100% no-repeat url(../images/banerSection1.png);
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    margin-bottom: 100px;
}

.contentSectionPrivaticy {
    width: 80%;
    margin: 0 auto;
}

.headerSectionPrivaticy {
    padding: 50px 0px;
}

.headerSectionPrivaticy h1 {
    font-family: Gilroy;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    color: rgba(0, 0, 0, 1);
}

.contentSectionPrivaticy p {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: start;

    color: rgba(0, 0, 0, 1);
}