/* 
    Created on : 23 дек. 2025 г., 16:59:20
    Author     : toxadab
*/

.post-content ul {
    margin-left: 15px;
}

.post-content ul li {
    list-style: circle;
}

.post-content h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1120px) {
    .post-content h2 {
        font-size: 50px;
    }

    .post-content h3 {
        font-size: 36px;
        font-weight: 400;
    }

    .post-content ul li {
        font-size: 22px;
    }

}