.news-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: flex; */
    align-items: center;
    width: 100%;
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
}

.news-heading h3 {
    display: block;
    /* max-width: 80%; */
    /* text-align: center; */
    /* padding: 0 1.5rem; */
    font-size: 2rem;
    line-height: 1.375;
    font-weight: 500;
    color: #000;
}

.section {
    width: 100%;
    padding: 1rem 0;
}

.section h4 {
    font-size: 1.2rem;
    color: #000;
    margin: 10px 0;
}

.section p {
    padding: 3px 0;
}

.section .section-content img {
    height: 100%;
}

.section:nth-child(odd) {
    background-color: #0a3130;
}

.section .section-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section .section-content .section-desc p {
    margin-bottom: 30px;
    font-size: 18px;
}

.operation .section .section-content ul li {
    font-size: 18px;
    padding: 5px;
    margin-right: 0px;
    /* padding-right: 100px; */
}

/* .operation .section .section-content-left ul li {} */


.operation .section .section-content-right ul li {
    margin-left: 100px;
    list-style: disc;
    margin-right: 0px;
}

.without-pr {
    padding-right: 0px !important;
}

.without-pr>li {
    padding-right: 0px !important;
}