.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.news-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.source-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    margin: 0;
}

.intouch-news-section {
    margin-top: 40px;
    background-color: #ffd700;
    padding: 20px;
    border-radius: 4px;
}

.intouch-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.news-link {
    font-size: 14px;
    color: #0066cc;
    margin-bottom: 8px;
    word-break: break-all;
}

@media (max-width: 600px) {
    .news-container {
        padding: 20px;
    }
    
    .section-title, .intouch-title {
        font-size: 20px;
    }
    
    .news-title {
        font-size: 16px;
    }
}