.custom-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:20px;max-width:1200px;margin:0 auto;}.custom-card{background-color:#eeeeee;border-radius:8px;padding:20px;flex:1 1 calc(25% - 20px);box-shadow:0 2px 5px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease;max-width:300px;}.custom-card:hover{transform:translateY(-5px);}.custom-icon{font-size:40px;margin-bottom:10px;}.custom-title{font-size:18px;margin-bottom:10px;font-weight:bold;}.custom-card p{font-size:14px;color:#333;}@media (max-width:768px){.custom-card{flex:1 1 100%}}