.why-support-matters {
    max-width: auto;
    padding: 40px 20px;
    background: #f4f4f4;
}

.why-support-matters h3 {
    text-align: center;
    font-size: 32px;
    color: #00b33c;
    margin-bottom: 20px;
}

.support-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.support-text {
    flex: 1;
    margin: 10px;
    padding: 20px;
    border-radius: 8px;
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.support-text ul {
    list-style: none;
    padding: 0;
}

.support-text ul li {
    font-size: 18px;
    margin-bottom: 10px;
    color: #666;
}

.support-image {
    flex: 1;
    margin: 10px;
    text-align: center;
}

.support-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .support-content {
        flex-direction: column;
    }

    .why-support-matters h3 {
        font-size: 28px;
    }

    .support-text ul li {
        font-size: 15px;    }
}
