body {
    background-color: #f8f9fa;
}

h1 {
    color: rgb(10, 7, 206);
    font-size: 2.5rem;
    margin-bottom: 20px;
}

h2 {
    color: rgb(2, 84, 17);
    font-size: 1.9rem;
    margin-bottom: 15px;
}

h4 {
    color: rgb(2, 84, 17);
    font-size: 1.45rem;
    margin-bottom: 15px;
}

.feature-card-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.card-grid-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.card-title {
    line-height: 1.3;
}

.card-text {
    line-height: 1.6;
}

footer p,
footer span {
    font-size: 0.95rem;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .feature-card-img {
        min-height: 220px;
    }

    .card-grid-img {
        height: 200px;
    }
}