/*Input Your Custom CSS Here*/
.full-width {
    width: 100%;
}

.news-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    /* background: #0f586c; */
    height: 100%;
    z-index: 9;
}

