@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-poppins)}:root{--font-poppins: "Poppins", sans-serif;--font-regular: 400;--font-bold: 700;--size-big-xxl: 50px;--size-big-xl: 40px;--size-big-l: 36px;--size-big-m: 32px;--size-xx-large: 28px;--size-x-large: 24px;--size-large: 20px;--size-medium: 16px;--size-small: 12px;--size-x-small: 8px;--size-xx-small: 4px;--color-red: hsl(0, 78%, 62%);--color-cyan: hsl(180, 62%, 55%);--color-orange: hsl(34, 97%, 64%);--color-blue: hsl(212, 86%, 64%);--color-grey-500: hsl(234, 12%, 34%);--color-grey-400: hsl(212, 6%, 44%);--color-grey-100: #FAFAFA;--color-white: hsl(0, 0%, 100%);--space-big-xxl: 50px;--space-big-xl: 40px;--space-big-m: 30px;--space-xxl: 32px;--space-xl: 24px;--space-lg: 20px;--space-md: 16px;--space-sm: 12px;--space-xs: 8px;--space-xxs: 4px;--space-2: 2px;--space-1: 1px;--radius-xl: 20px;--radius-lg: 12px;--radius-md: 8px;--radius-sm: 4px;--radius-round: 50%}.app{background:var(--color-grey-100);padding:var(--space-big-xxl) var(--space-big-m) var(--space-big-m);height:100vh}.app .title1{padding-bottom:var(--space-sm);font-size:26px;text-align:center;font-weight:100;color:var(--color-grey-400)}.app .title2{padding-bottom:var(--space-lg);font-size:26px;text-align:center;font-weight:var(--font-bold);color:var(--color-grey-500)}.app .subtitle{text-align:center;color:var(--color-grey-400);font-size:var(--size-medium);padding-bottom:var(--space-big-xxl)}@media(min-width:768px){.app .title1,.app .title2{font-size:34px}.app .subtitle{max-width:500px;margin:0 auto}}.cards{display:flex;flex-direction:column;gap:var(--space-big-m)}.cards .middle-cards{display:flex;flex-direction:column;align-items:center;gap:var(--space-big-m)}@media(min-width:768px){.cards{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:1300px;margin:0 auto}.cards .card,.cards .middle-cards{width:33%}.cards .middle-cards .card{width:100%}}.card{padding:var(--space-big-m);border-radius:var(--radius-md);background-color:var(--color-white);box-shadow:#64646f33 0 7px 29px;display:flex;flex-direction:column;align-items:end;max-width:400px}.card.cyan{border-top:var(--space-xxs) solid var(--color-cyan);margin:0 auto}.card.red{border-top:var(--space-xxs) solid var(--color-red);padding-bottom:var(--space-big-m)}.card.orange{border-top:var(--space-xxs) solid var(--color-orange)}.card.blue{border-top:var(--space-xxs) solid var(--color-blue);margin:0 auto var(--space-big-m)}.card .card-title{width:100%;padding-bottom:var(--space-sm);color:var(--color-grey-500)}.card .card-subtitle{width:100%;padding-bottom:40px;color:var(--color-grey-500);font-weight:300}.card .card-icon{width:60px}
