

/* Start:/bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/style.css?1757052365891*/
/* Стили для описания раздела */
.section-description {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    border-left: 4px solid var(--theme-base-color);
}

.section-description__content {
    max-width: 100%;
}

.section-description__title {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.section-description__text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .section-description {
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .section-description__title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .section-description__text {
        font-size: 14px;
    }
}



/* End */
/* /bitrix/templates/aspro-allcorp3medc/components/bitrix/news/services_custom/style.css?1757052365891 */
