.ct-pg-berita {
    width: 100%;
}

.ct-pg-berita .hero {
    width: 100%;
    display: flex;
    height: 300px;
    padding: 30px 20px;
    flex-direction: column;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/makkah.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ct-pg-berita .hero > h1 {
    color: var(--gold);
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

.ct-pg-berita .hero > h5 {
    color: white;
    font-weight: 500;
}

.berita-content {
    padding-bottom: 60px;
}

.berita-content .col button {
    font-size: 24px;
    font-weight: bold;
    color: #041e44;
}

.berita-content .col > .active {
    color: #850000;
}

.berita-content > .container-fluid {
    width: 100%;
    padding: 0 15px;
}

.berita-content > .container-fluid > .berita-image {
    margin-top: 20px;
}

.berita-content > .container-fluid > .berita-image > .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 20px;
}

.berita-content > .container-fluid > .berita-image > .row > .card {
    width: 350px;
    background: #eaeaea;
}

.berita-content > .container-fluid > .berita-image > .row > .card > .card-body {
    padding: 10px;
}

.berita-content > .container-fluid > .berita-image > .row > .card > img {
    width: 300px;
    height: auto;
}

.berita-content
    > .container-fluid
    > .berita-image
    > .row
    > .card
    > .card-body
    > .card-title {
    inset: 0;
}

.berita-content > .container-fluid > .berita-image > .row > .card {
    color: #041e44;
}

.berita-content
    > .container-fluid
    > .berita-image
    > .row
    > .card
    > .card-footer {
    padding: 0 !important;
}

.berita-content
    > .container-fluid
    > .berita-image
    > .row
    > .card
    > .card-footer
    > .btn {
    padding: 0;
    background-color: var(--kuning);
}

.berita-content
    > .container-fluid
    > .berita-image
    > .row
    > .card
    > .card-footer
    > .btn:hover {
    color: red;
}
