#gridCards > *:hover {
    cursor: pointer
}

h2.wp-block-heading {
    color: var(--ibati-blue);
    font-size: 2.5rem;
    font-weight: 600;
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

h3.wp-block-heading {
    font-weight: 500;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 0;
}

.post-content-body p {
    margin-bottom: 2rem;
}

.post-content-body h2 {
    margin-bottom: 1rem;
}
