

#about{
    display: block;
    position: relative;
    margin-top: 25px;
    padding: var(--marge);
}

#text{
    max-width: 750px;
    font-family: herbik;
    line-height: 1.3;
}

p::after{
    display: block;
    white-space: pre;
    content: " ";

}