import React from 'react' import styles from './CardAgreement.module.css' import { Typography } from '@mui/material' import { useTranslation } from 'react-i18next' const CardAgreement = ({ title, image }) => { const { t } = useTranslation() return ( <>