﻿body {

}

.article-section {
    padding: 50px 0;
}

.article-content img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.article-content h2 {
    color: #1c3faa;
    margin-bottom: 15px;
}

.article-content p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

