.newsbox2 .desc {
    color: #505152;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.newsbox2 .col-6 {
    position: relative;
}

.newsbox2 .col-6::after {
    content: "";
    height: 90%;
    width: 1px;
    background: rgba(204, 204, 204, 0.80);
    position: absolute;
    right: 0;
    top: 0;
}

.newsbox2 .col-6:last-child::after {
    display: none;
}

.newsbox2 img {
    border-radius: 4px 4px 0px 0px;
}