.front-page .site-inner {
    margin-top: 40px;
    padding-top: 0;
}

.front-page .home-banner {
    margin-top: 125px;
}
@media (min-width: 801px) {
    .front-page .home-banner {
        margin-top: 125px;
    }
}

.home.full-width-content .content {
    max-width: 940px;
}

.front-page h1.entry-title {
    text-align: center;
    font-family: 'caflisch-script-pro', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    background-color: #97a960;
    padding: 16px 0;
}

@media (min-width: 600px) {
    .front-page h1.entry-title {
        font-size: 60px;
    }
}

.kvh-highlights-grid {
    display: grid;
    grid-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    justify-content: center;
    margin: 60px 0;
    img {
        display: block;
    }
}

.kvh-highlight-item {
    position: relative;
}

.kvh-highlight-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 14px 20px;
    background-color: rgba(0, 149, 213, 0.85);
    width: 100%;
    min-height: 64px;
    color: #fff;
    line-height: 1.1;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.kvh-highlight-item a:hover .kvh-highlight-item-title {
    background-color: rgba(0, 91, 142, 0.95);
}

.kvh-highlight-item a:hover {
    color: #fff;
    background-color: rgba(0, 91, 142, 0.95);
}

/* Responsive Adjustments */
@media (min-width: 1023px) {
    .kvh-highlights-grid {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    }
}

/* Optional: Adjustments for high contrast modes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .kvh-highlight-item {
        margin: 30px;
    }
}
