.newsbox7 {}


.newsbox7-iner {
    padding: 10px;
}


.newsbox7-iner .stitle h3 {
    margin-bottom: 0;
    margin-top: 30px;
}

.newsbox7-iner .stitle a {
    color: #F60000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}


.newsbox7-iner .lsmall-item h3 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.newsbox7-iner .sub_heading {
    color: #ff0000;
}


.newsbox7-iner .user-info {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.newsbox7-iner .user-info .uimg {
    padding-right: 15px;
}

.newsbox7-iner .user-info img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
}

.newsbox7-iner .user-info p {
    margin: 0;
    font-size: 18px;
}

.newsbox7-iner .user-info .name {
    color: #000;
}

.newsbox7-iner .user-info .podobi {
    color: #ccc;
    color: #A0A0A0;

}

.newsbox7-iner .lsmall-item {
    border-top: 3px solid rgba(251, 72, 52, 1);
    padding: 20px 0;
}

.newsbox7-iner .lsmall-item:first-child {
    border-top: none;
}