section{
    padding: 100px 0;
}
h1{
    margin-bottom: 30px;
}
h2{
    margin-bottom: 20px;
}
p, ul {
    font-size: var(--font-size-standart);
    line-height: 28px;
    margin-bottom: 30px;
}
ul{
    margin-left: 20px;
}
ul li{
    list-style-type: disc;
}