.newsbox14 .desc {
    color: #505152;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.newsbox14 .col-6 {
    position: relative;
    padding: 0 20px;
}

.newsbox14 .col-6::after {
    content: "";
    height: 90%;
    width: 1px;
    background: rgba(0, 176, 28, 0.20);
    position: absolute;
    right: 0;
    top: 5%;
}

.newsbox14 .col-6:last-child::after {
    display: none;
}

.newsbox14 img {
    border-radius: 4px 4px 0px 0px;
}

.newsbox14 .news-item {
    border-radius: 10px;
    border: 4px solid rgba(219, 0, 0, 0.20);
    padding: 10px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsbox14 .news-item>a {
    display: flex;
    padding-top: 12px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-around;
}

.newsbox14 .news-item .quate {
    position: absolute;
    top: -20px;
    display: flex;
    width: 100%;
    justify-content: center;
    left: 0;
}

.newsbox14 .news-item .quate .bg {
    background: #D9D9D9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.newsbox14 .user-info {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.newsbox14 .user-info .uimg {
    padding-right: 15px;
}

.newsbox14 .user-info img {
    border-radius: 50%;
    width: 47px;
    height: 47px;
    border-radius: 47px;
    border: 3px solid rgba(0, 176, 28, 0.20);
}

.newsbox14 .user-info p {
    margin: 0;
}

.newsbox14 .user-info .name {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.newsbox14 .user-info .podobi {
    color: #615B5B;
    font-size: 12px;
    font-weight: 700;
}