.newsList {
    width: 100%;
    min-height: 300px;
    position: relative;
    padding: 30px 0;
    box-shadow:
        0px 0px 14px -6px rgba(0, 0, 0, 0.024),
        0px 0px 22px -6px rgba(0, 0, 0, 0.04),
        0px 0px 30.6px -6px rgba(0, 0, 0, 0.062),
        0px 0px 52px -6px rgba(0, 0, 0, 0.12);

}

.left-list {
    display: none;
}

.right-list {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    position: relative;
}

.details {
    margin: 30px 0;
    color: #595c5b !important;
    ;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 100px;
}
.details img {
    width: 70%;
    margin: 0 15%;
    height: auto;
}
.details p {
    margin: 30px 0;
    color: #595c5b !important;
    font-size: 18px;
    line-height: 200%;
    word-wrap: break-word;
    word-break: break-all;
}

.footer {
    margin-top: 2px;
}