h1.agree__title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    color: var(--chernyy);
}

.agree__text{
    font-family: var(--font-family);
font-weight: 400;
font-size: 18px;
line-height: 140%;
text-align: justify;
color: var(--chernyy);
width: 80%;
margin: 40px auto;
}

.agree__text p {
    margin-bottom: 20px;
}