/*---------- News (start) ----------*/
section .divLine {
    margin: 10px 0;
    border-bottom: solid 2px #a3f080;
}

section .date {
    font-size: 14px;
}

section .title {
    padding: 10px 0;
    font-weight: 500;
    font-size: 36px;
}

section .cover {
    width: 100%;
}

section .article {
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 20px;
}

section .article img {
    width: 100%;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    section .date {
        font-size: 12px;
    }

    section .title {
        padding: 5px 0;
        font-size: 28px;
    }
}
/*---------- News (end) ----------*/

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
}
