.support-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.support-image img {
    width: 200px;
    height: auto;
}
@media (max-width: 768px) {
    .support-row {
        flex-direction: column;
    }
}