 .freshservice_wrapper {max-width: 1100px;margin: 0 auto;padding: 24px 12px;font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;}.freshservice_grid {display: flex;flex-wrap: wrap;margin: -12px;}.freshservice_col-6 {box-sizing: border-box;flex: 0 0 50%;max-width: 50%;padding: 12px;}@media (max-width: 768px) {.freshservice_col-6 {flex: 0 0 100%;max-width: 100%;}}.freshservice_card {height: 100%;border: 1px solid #FF7D44;border-radius: 12px;padding: 20px 18px 18px;background: #FFFFFF;display: flex;flex-direction: column;box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);}.freshservice_title {margin: 0 0 10px 0;font-size: 1.2rem;font-weight: 700;color: #FF7D44;}.freshservice_description {margin: 0 0 18px 0;font-size: 0.96rem;line-height: 1.6;color: #333333;flex-grow: 1;}.freshservice_button-wrap {margin-top: auto;}.freshservice_button {display: inline-block;padding: 9px 18px;border-radius: 999px;border: 1px solid #FF7D44;background: #FF7D44;color: #FFFFFF;font-size: 0.95rem;font-weight: 600;text-decoration: none;transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;cursor: pointer;}.freshservice_button:hover {background: #ff905f;box-shadow: 0 6px 16px rgba(255, 125, 68, 0.35);transform: translateY(-1px);}