.about {
    display:flex;
    gap: 1%;
    flex-direction: row;
}
.vorona-eye {
    color: hsl(50, 100%, 55%);
}
.aboutcontent {
}
.aboutcontent {
    margin-left: 15px;
}
main section h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
main section p {
    margin-top: 10px;
    margin-bottom: 0px;
}
main section ul {
    margin-top: 0px;
}

@media(max-width: 1000px) {

    .about {
        flex-direction: column;
    }
    
}