/* Стили для страницы поставщиков */

.cooperation-content {
    margin-bottom: 40px;
}

.cooperation-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 24px;
    line-height: 1.2;
}

.cooperation-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.cooperation-text p {
    margin-bottom: 16px;
    color: #333;
}

.cooperation-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 24px;
    margin-bottom: 16px;
}

.cooperation-text ul {
    margin: 16px 0;
    padding-left: 24px;
    list-style-type: disc;
}

.cooperation-text li {
    margin-bottom: 8px;
    color: #333;
    line-height: 1.6;
}

/* Адаптивность */
@media (max-width: 768px) {
    .cooperation-title {
        font-size: 24px;
    }
    
    .cooperation-text {
        font-size: 14px;
    }
    
    .cooperation-text h3 {
        font-size: 18px;
    }
}


