/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ai-ultra-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    grid-auto-rows: minmax(100px, auto);
}

.ai-ultra-grid-title {
    margin-top: 80px;
}

.ai-ultra-grid-image {
    max-width: 100%;max-height: 350px;
}

