

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

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

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

}

#tti{
    display: block;
    max-width: 100%;
    height: auto;
}

#tti img{
    max-width: 100%;
    height: auto;
    display: block;
}

#getCol{
    cursor: pointer;
    text-decoration: underline 1px solid;
}

#txtCol{
    display: none;
}