@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");.dot-stats-module{margin:60px auto;max-width:1200px;padding:0 20px}.dot-stats-grid{display:grid;gap:30px;grid-template-areas:"a b" "c d" "e e";grid-template-columns:repeat(2,1fr)}.dot-stats-card{align-items:center;background-position:50%;background-size:cover;border-radius:20px;display:flex;height:250px;justify-content:center;overflow:hidden;padding:20px;position:relative;transition:transform .4s ease,filter .4s ease}.dot-stats-card:first-child{grid-area:a}.dot-stats-card:nth-child(2){grid-area:b}.dot-stats-card:nth-child(3){grid-area:c}.dot-stats-card:nth-child(4){grid-area:d}.dot-stats-card:nth-child(5){grid-area:e}.dot-stats-card:hover{filter:brightness(1.1);transform:scale(1.05)}.dot-stats-text{color:#fff;font-family:Poppins,sans-serif;text-align:center;z-index:2}.dot-stats-headline{color:#fff;font-size:36px;font-weight:700;margin:0}.dot-stats-subtext{font-size:18px;margin:10px 0 0;opacity:0;transition:opacity .4s ease}.dot-stats-card:hover .dot-stats-subtext{opacity:1}