.header-detailNews {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 300px;
     background-image: url('/img/header2.png?v=2'); /* Ganti dengan path sesuai gambar kamu */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white; /* Jika ada teks di dalam */
}
.header-detailNews h2 {
    color: white;
    z-index: 2;
}
.ship-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    height: auto;
}

#detailNews .card{
    margin-bottom: 100px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Efek shadow */
    border-radius: 10px; /* Membuat sudut lebih lembut */
}

.img-news {
    display: flex;
    justify-content: center;
}

.img-news img {
    min-width: 400px;
    max-width: 50%; /* Sesuaikan lebar maksimal gambar */
    height: auto;
    padding: 40px;
    
}