#carousel-title {
    text-shadow: 1px 1px #000000;
}
.direktorat {
    font-size: 40px;
    letter-spacing: 0.3px;
}
.balai,
.welcome {
    letter-spacing: 0.085px;
    line-height: 90%;
}

#shape-1 {
    height: 400px;
}

#about {
    position: relative;
    z-index: 99;
    margin-top: -100px;
}
#about #about-content p {
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.0225px;
}
#about #about-button {
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: 0.1px;
    line-height: 90%;
    transition: 0.3s ease;
}
#about #about-button:hover {
    background-color: rgba(79, 145, 51, 0.8);
}

#visimisi-title {
    letter-spacing: 0.168px;
    line-height: 90%;
}

#visi p {
    letter-spacing: 0.03px;
    border-left: 3px solid #f2a75c;
    padding: 5px 0 0 23px;
    height: 100%;
    line-height: 150%;
    font-weight: 500;
}

#misi ol {
    border-left: 3px solid #f2a75c;
    padding: 5px 0 0 40px;
    height: 100%;
}
#misi li {
    line-height: 150%;
    letter-spacing: 0.03px;
    font-weight: 500;
}

.layanan {
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: rgba(79, 145, 51);
}

.card-layanan {
    height: 250px;
    display: flex;
    align-items: center;
}

.card-berita,
.card-informasi {
    overflow: hidden;
}
.card-berita h6,
.card-informasi h6 {
    transition: all 0.3s ease;
}
.card-berita:hover h6,
.card-informasi:hover h6 {
    color: rgba(79, 145, 51, 0.8);
}
.card-berita p,
.card-informasi p {
    color: #8d97a5;
}

.card-galeri {
    overflow: hidden;
}
.card-galeri img {
    transition: all 0.3s ease;
}
.card-galeri:hover img {
    transform: scale(1.05);
}

.lihat-semua-link {
    padding: 12px 20px;
    border: 2px solid rgba(79, 145, 51);
    border-radius: 4px;
    text-decoration: none;
    color: rgba(79, 145, 51, 0.8);
    transition: all 0.3s ease;
}
.lihat-semua-link:hover {
    background-color: rgba(79, 145, 51);
    color: white;
}

#tanggal-berita {
    color: #626c7a;
    font-size: 14px;
}

@media only screen and (max-width: 700px) {
    .direktorat {
        font-size: 25px;
    }
    .balai,
    .welcome {
        font-size: 12px;
    }
}

.berita-lain-link {
    transition: 0.3s ease;
}
.berita-lain-link:hover {
    color: rgba(79, 145, 51) !important;
}

.card-header-content {
    background-size: cover;
    width: 100%;
    height: 200px;
}
