a {
    text-decoration: none;
    color: #111;
}
.container_osc {
    width: 100%;
    background-image: url("../images/osc/bg-osc.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_osc .isi-konten {
    padding: 20px;
    place-items: center;
    text-align: center;
}
.container_osc .isi-konten img {
    width: 120px;
    height: 90px;
}
.container_osc .sub-title {
    padding: 10px;
    color: #A5005F;
    font-weight: 700;
    background-color: rgba(183, 130, 130, 0.1);
    border-radius: 5px;
}
.container_osc .box-berita {
    list-style: none;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    /* padding: 0 0 0 20px; */
    gap: 15px;
}
.container_osc li {
    width: 100%;
    display: flex;
    position: relative;
}
.container_osc .pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.container_osc .text {
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}