.header-news {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 300px;
    background-image: url('/img/header2.png?v=2');
    background-position: bottom;
    background-repeat: no-repeat;
    color: white; /* Jika ada teks di dalam */
}
.header-news h2 {
    color: white;
    z-index: 2;
}
.ship-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    height: auto;
}

#news{
    padding: 40px 40px;
}

.news-item {
    min-height: 70vh;
}

#news .card{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

  /* Responsive tweaks */
  @media (max-width: 768px) {
    #news {
        padding: 20px 20px !important;
    }
  }