.grs-wrapper {
    background: #f3f6ff;
    padding: 30px;
    border-radius: 16px;
    font-family: Arial, sans-serif;
}

.grs-header {
    text-align: center;
    margin-bottom: 25px;
}

.grs-header p {
    color: #555;
}

.grs-btn {
    background: #4e67eb;
    color: #fff;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.grs-slider {
    overflow: hidden;
}

.grs-track {
    display: flex;
    gap: 20px;
    transition: transform 0.6s ease;
}

.grs-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    min-width: calc(33.33% - 14px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.grs-card h4 {
    margin: 0 0 6px;
    font-size: 16px;
}

.grs-card span {
    font-size: 12px;
    color: #888;
    margin-left: 6px;
}

@media (max-width: 768px) {
    .grs-card {
        min-width: 100%;
    }
}
