.cards{display:flex;flex-direction:column;gap:15px;justify-content:center;align-items:center}.cards .yellow{background-color:#f5a425}.cards .blue{background-color:#3a5199}.cards .green{background-color:#22c55e}.cards .card{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;height:100px;width:250px;border-radius:10px;color:#fff;cursor:pointer;transition:400ms;overflow:hidden;padding:10px}.cards .card p.tip{font-size:1em;font-weight:700;overflow-x:auto}.cards .card p.second-text{font-size:.8em}.cards .card:hover{transform:scale(1.1,1.1)}.cards:hover>.card:not(:hover){filter:blur(10px);transform:scale(0.9,0.9)}.cards .card p.tip::-webkit-scrollbar{display:none}@media (max-width:1200px) and (min-width:768px){.cards{gap:20px}.cards .card{width:220px}}