body { font-family: 'Roboto', sans-serif; font-size: 16px; color: #333; } h1, .h1 { font-family: 'Montserrat', sans-serif; font-size: 36px; font-weight: bold; color: #222; } h2, .h2 { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: semi-bold; color: #333; } p { font-size: 16px; line-height: 1.6; color: #555; }/* Example: Adding a light background color to the service boxes */ .index-section .sqs-block-summary-v2 .summary-item { /* You might need to adjust this selector */ background-color: #f9f9f9; border-radius: 8px; overflow: hidden; /* To contain rounded corners */ } /* Example: Adding a subtle hover effect (slight scale up) */ .index-section .sqs-block-summary-v2 .summary-item:hover { transform: scale(1.02); transition: transform 0.3s ease-in-out; }