.kc-tile-card {
    width: 100%;
    height: 45vh;
}

.kc-home-highlights {
    flex-direction: column-reverse;
}

.kc-tile-grid {
    width: 100%;
    min-width: 0;
}

.kc-project-panel {
    width: 27%;
}

.kc-header > ul {
    display: none;
}

.kc-tile-info > div > h1 {
    font-size: clamp(16px, 4vw, 32px);
}

.kc-tile-info > div > p {
    font-size: clamp(8px, 2vw, 16px);
}

.kc-footer-info {
    display: none;
}

.kc-header {
    align-items: center;
    justify-content: center;
}
