.article-first {
    height: 25rem;
    padding: 0;
}

.img-article-first {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 1rem 0;
}

.row-po {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 1.5rem;*/
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Overlay dengan transparansi */
    color: white; /* Warna teks */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Teks di bagian bawah */
    align-items: start;
    padding: 10px;
    box-sizing: border-box;
}

.text-article,
.title-article,
.date-article {
    margin: 0;
    padding: 0.2rem 1rem;
    text-align: left;
}

.text-article {
    color: #1495ab;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
}

.title-article {
    font-size: 1.5rem;
    font-weight: 600;
}

.date-article {
    font-size: 0.75rem;
    font-weight: 400;
    color: #f0f0f0;
}

.col-md-50 {
    flex: 0 0 calc((100% - (1 * 1.5rem)) / 2); /* Hitung lebar kolom untuk 2 bagian */
    max-width: calc((100% - (1 * 1.5rem)) / 2); /* Maksimal lebar kolom */
    box-sizing: border-box; /* Pastikan padding dan border tidak memengaruhi ukuran */
    margin: 0; /* Menghindari margin tambahan */
}

.img-article-2 {
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
    margin-bottom: 10px;
}

.article-second {
    height: 23.5rem;
}


.text-article-2,
.title-article-2,
.date-article-2 {
    margin: 0 0 5px 0;
    text-align: left;
}

.text-article-2 {
    color: #1495ab;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
}

.title-article-2 {
    font-size: 1rem;
    font-weight: 600;
    height: 6rem;
}

.date-article-2 {
    font-size: 0.75rem;
    font-weight: 400;
    color: #7a7a7a;
}

.link-detail {
    text-decoration: none;
}

.link-detail:hover {
    text-decoration: underline;
}

.img-thumb {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    margin: 3rem 0;
}

.title-detail {
    font-size: 2.5rem;
    line-height: 130%;
    font-weight: 700;
    padding: 1rem 0;
    margin: 0;
}

.date-detail {
    font-size: 0.8rem;
    font-weight: 400;
}

.another-article {
    background-color: #508C9B;
}

@media (max-width: 767px) {
    .col-md-50 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 1rem;
    }
}
