.community-section{display:block;width:100%}.community-content{display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;width:100%}.community-box{background:#e6e7e8;border:1px solid #ddd;box-sizing:border-box;flex:1 1 48%;max-width:48%;padding:25px;transition:box-shadow .3s ease-in-out}.community-box img{height:auto;margin-bottom:20px;max-width:100%}.community-box p{margin:10px 0}@media (max-width:992px){.community-box{flex:1 1 100%;max-width:100%}}@media (max-width:576px){.community-box{padding:15px}}