.bg-header-blog {
    height: 60vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        url("/assets/img/activity/pomosda-activity.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-catalogue {
    height: 60vh;
    background: linear-gradient(rgba(58, 158, 0, 0.8), rgba(255, 255, 255, 0.8)),
        url("/assets/img/product/beras-jawatan.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.card-img-top img {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
}


/*section visi-misi-tujuan*/

.h1{
    color: white;
}

.h2 {
    color: white;
}

.display-4 {
    color: black;
}

.visi{
    color: black;
}

.misi{
    color: black;
}

.mb-1 {
    color: black;
}

.visi-misi-tujuan .p {
    color: black;
}

.cropped-ofp img{
width: 150px; 
height: 150px; 
object-fit: cover;
object-position: 25% 25%; 
}