.text-visi {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
    font-weight: 500;
    color: rgb(100 116 139);
}

.text-misi {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    font-weight: 400;
    color: rgb(100 116 139);
}

.text-program div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-galeri {
    height: 280px;
}
.card-galeri-dashboard {
    height: 280px;
}

.img-post {
    height: 280px;
}

.img-post-single {
    height: 280px;
}

@media only screen and (max-width: 576px) {
    .card-galeri {
        height: 260px;
    }
    .card-galeri-dashboard {
        height: 240px;
    }
    .img-post {
        height: 260px;
    }
    .img-post-single {
        height: 280px;
    }
}

@media only screen and (min-width: 576px) {
    .card-galeri {
        height: 180px;
    }
    .card-galeri-dashboard {
        height: 340px;
    }
    .img-post {
        height: 180px;
    }
    .img-post-single {
        height: 260px;
    }
}

@media only screen and (min-width: 768px) {
    .card-galeri {
        height: 250px;
    }
    .card-galeri-dashboard {
        height: 240px;
    }
    .img-post {
        height: 250px;
    }
    .img-post-single {
        height: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .card-galeri {
        height: 210px;
    }
    .card-galeri-dashboard {
        height: 200px;
    }
    .img-post {
        height: 150px;
    }
    .img-post-single {
        height: 260px;
    }
}

@media only screen and (min-width: 1200px) {
    .card-galeri {
        height: 190px;
    }
    .card-galeri-dashboard {
        height: 120px;
    }
    .img-post {
        height: 190px;
    }
    .img-post-single {
        height: 220px;
    }
}

@media only screen and (min-width: 1400px) {
    .card-galeri {
        height: 220px;
    }
    .card-galeri-dashboard {
        height: 160px;
    }
    .img-post {
        height: 220px;
    }
    .img-post-single {
        height: 260px;
    }
}