.news p,
.news table {
    margin-bottom: 40px;
}
.news-img {
    margin-bottom: 32px;
}
.news h2{
    margin-bottom: 15px;
}
.news h3{
    margin-bottom: 16px;
}
.news tbody tr:nth-child(2n+1){
    background: #FFF;
}
.news table {
    width: 100%;
}
.news table th,
.news table tr {
    text-align: justify;
}
.news table th,
.news table td {
    padding: 16px 24px 16px 24px;
}
.news table th {
    color: #575757;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news table td {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news ul {
    list-style-type: disc;
}
.news ol {
    list-style-type: decimal;
}
.news ol li::-moz-list-number {
    color: #575757;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.news ol {
    list-style-type: none;
    counter-reset: num;
}
.news ol li::before {
    content: counter(num) '. ';
    counter-increment: num;
    color: #575757;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.news ul {
    padding-left: 25px;
}
.news ul ul{
    padding-left: 50px;
}
.news a {
    color: #2B5792;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.news p,
.news ul li,
.news ol li {
    color: #575757;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news h2 {
    color: #000;
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
}
.news h3 {
    color: #2B5792;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

@media (max-width: 639px) {
    .news p, .news p span{
        font-size: 18px !important;
    }
    .news-img {
        margin-bottom: 24px;
    }
    .news h2, .news h2 span{
        font-size: 32px !important;
        line-height: 36px;
    }
    .news h3, .news h3 span{
        font-size: 18px !important;
        line-height: 24px;
    }
    .news p,
    .news table {
        margin-bottom: 48px;
    }
    .news table th {
        color: #575757;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .news table td {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
@media (max-width: 1024px) {
    .news table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .news p,
    .news ul li,
    .news ol li {
        font-size: 16px;
    }
    .news h2 {
        font-size: 32px;
    }
    .news h3 {
        font-size: 18px;
    }
}