.news-section {
    margin-top: calc(170 / 16 * 1rem);
    margin-bottom: calc(103 / 16 * 1rem);
}

/* التنسيقات العلوية */


.news-title {
    color: var(--main);
    margin-bottom: 1rem;
    font-size: calc(60 / 16 * 1rem);
    font-weight: bold;
    text-align: center;
}


.news-disc {
    font-weight: 300;
    font-size: calc(18 / 16 * 1rem);
    color: var(--main);
    text-align: center;
    max-width: calc(642 / 16 * 1rem);
    margin: auto;
    margin-bottom: calc(80 / 16 * 1rem);
}
