.subtitle-kib {
    color: white;
    font-weight: 300;
    margin-bottom: 1rem;
}

.kib-a {
    content: "";
    border-radius: 8px;
    width: 100%;
    height: 20dvh;
    background: url("/assets/img/kib/kib-a.webp") rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kib-b {
    content: "";
    border-radius: 8px;
    width: 100%;
    height: 20dvh;
    background: url("/assets/img/kib/kib-b.webp") rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kib-c {
    content: "";
    border-radius: 8px;
    width: 100%;
    height: 20dvh;
    background: url("/assets/img/kib/kib-c.webp") rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kib-d {
    content: "";
    border-radius: 8px;
    width: 100%;
    height: 20dvh;
    background: url("/assets/img/kib/kib-d.webp") rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kib-e {
    content: "";
    border-radius: 8px;
    width: 100%;
    height: 20dvh;
    background: url("/assets/img/kib/kib-e.webp") rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kib-f {
    content: "";
    border-radius: 8px;
    width: 100%;
    height: 20dvh;
    background: url("/assets/img/kib/kib-f.webp") rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#kib h2 {
    font-weight: bold;
    font-size: clamp(3rem, 5dvw, 5rem);
    color: white !important;
}
