.gb-9d691793-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

.gb-9d691793-box {
    display: block;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.gb-9d691793-box:hover {
    transform: translateY(-2px);
}

a.gb-9d691793-box:hover {
    text-decoration: none;
}

.gb-9d691793-icon {
    display: inline-block;
    line-height: 1;
}

.gb-9d691793-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.gb-9d691793-description {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}
