.mainHome__symbols
{
    z-index: 0;
}

.privacy-section
{
    height: 2800%;
    background: linear-gradient(to bottom, rgb(0, 14, 31) 0%, rgb(0 18 40) 10%, rgba(9, 21, 100, 1) 70%, rgba(19, 14, 103, 1) 100%);
    margin-top: -190px;
    padding-top: 260px;
    padding-bottom: 100px;
}

.privacy__content 
{
    display: flex;
    justify-content: center;
}

.privacyBlock 
{
    border: 2px solid #6c6c6c;
    border-radius: 16px;
    padding: 0 45px 75px;
    max-width: 1040px;
    width: 100%;
    box-sizing: border-box;
    background: url(../loi/img/about-bg.webp);
      background-repeat: repeat;
      background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: -20px;
}

.privacyBlock__square 
{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 12px;
    height: 12px;
    background-color: #ff0044;
    box-shadow: 0px 0px 14px #fff;
}

.privacyBlock__textWrap
{
    gap: 20px;
    margin-top: 55px;
    display: flex;
    flex-direction: column;
}

.privacyBlock__textWrap *
{
    color: white;
    line-height: 20px;
}

.privacyBlock__textWrap h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.privacyBlock__textWrap h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
}

.privacyBlock__textWrap a
{
    color: #fff047;
    text-decoration: unset;
    font-weight: bold;
    overflow-wrap: break-word;
}

.privacyBlock__textWrap i
{
    font-style: italic;
    font-weight: bold;
}
