.newsbox4 {
    border-bottom: 1px solid #CCC;
}

.newsbox4 .b_left_big {
    padding: 10px 0;
}

@media all and (min-width: 768px) {
    .newsbox4 .b_left_big .info-box {
        margin: -30px 15px;
        min-height: 93px;
        background: #231F20;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        color: #F6A914;
        padding: 21px 15px;
        text-align: center;
        position: relative;
    }
}

@media all and (max-width: 768px) {
    .newsbox4 .b_left_big .info-box {
        padding-top: 10px;
    }
}

.newsbox4 .b_left_big img {
    border-radius: 5px;
}

.newsbox4 .b_right-item .simage {
    width: 130px;
    flex-shrink: 0;
}

.newsbox4 .b_right-item {
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.newsbox4 .b_right-item:last-child {
    border: none;
}