.community-section {
    background-color: #0071c5;
    padding: 60px 20px;
    color: #ffffff;
}

.community-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.community-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
}

.community-text p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #ffffff;
}

.community-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.community-benefits li {
    flex: 1 1 40%;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    background-color: #ffffff;
    color: #0071c5;
    padding: 12px 16px;
    border-radius: 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
}

.community-benefits li i {
    color: #0071c5;
    font-size: 18px;
}
