.gc-wrapper-51398ff8 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.gc-container-51398ff8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    width: 100%;
}

.gc-card-51398ff8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none; /* Ensure no underline on links */
}

a.gc-card-51398ff8 {
    cursor: pointer;
}

.gc-card-51398ff8:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.gc-img-51398ff8 {
    max-width: 120px;
    height: auto;
    margin-bottom: 25px;
    object-fit: contain;
}

.gc-title-51398ff8 {
    margin: 0 0 15px 0;
    font-size: 1.5rem; /* Increased size */
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700; /* Bolder */
}

.gc-desc-51398ff8 {
    margin: 0;
    font-size: 1.15rem; /* Increased size */
    line-height: 1.6;
}
