/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 19:54:36 */
.custom-heading {
    font-family: Tilda Sans !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 24px !important;
    leading-trim: cap-height;
    line-height: 24px !important;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #252C32 !important;
}

/* Планшет — те же стили, что и ПК */
@media (max-width: 1024px) {
    .custom-heading {
        font-size: 24px !important;
        line-height: 24px !important;
    }
}

/* Мобильный */
@media (max-width: 767px) {
    .custom-heading {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}
