.news-container {
    padding-top: 150px;
}
.news-deskripsi{
    border-right: 1px solid var(--secondary);
}

.news-thumbnail{
    width: 100px;
    height: 80px;
}
.list-media{
    border-radius: 20px;
    border: 1px solid black;
    padding: 16px;
}
.media{
    width: 100%;
    text-align: left;
    font-size: 20px;
    background-color: transparent;
    color: var(--black);
}
.section-header {
    margin-bottom: 32px;
    text-align: left;
}

.section-header .news-published {
    font-family: var(--font-2);
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(26, 38, 32, 1);
}

.section-header .heading-2 {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: -0.52px;
    color: rgba(26, 38, 32, 1);
}

.section-header .news-category {
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 11px;
    letter-spacing: 1.98px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(182, 136, 58, 1);
    margin-bottom: 18px;
    display: block;
}

.section-body .image-container {
    margin-bottom: 32px;
}

.section-body .image-container .news-image {
    width: 100%;
    height: 432px;
    border-radius: 8px;
    object-fit: cover;
}

.section-body .desc-body {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 32px;
}

.section-body .desc-body .paragraph-16 {
    font-family: var(--font-2);
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(26, 38, 32, 1);
    line-height: 150%;
}

.section-body .desc-body .heading {
    color: var(--nt-11);
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 997.98px) {
    .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .news-deskripsi{
        margin-bottom: 32px;
        border-bottom: 1px solid var(--secondary);
    }

}

@media (max-width: 767.98px) {
    .container-fluid {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .section-header .heading-2 {
        width: 100%;
        font-size: 20px;
    }

    .section-body .image-container .news-image {
        height: 270px;
    }
    .news-deskripsi{
        margin-bottom: 32px;
        border-bottom: 1px solid var(--secondary);
    }

}
