.support-info-section {
    background: var(--bg2);
    padding: 56px 0;
    width: 100%;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-header {
    background: #fff;
    padding: 38px 60px 32px 54px;
    margin-right: 56px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 360px;
    min-height: 135px;
    box-sizing: border-box;
}


.support-description {
    color: black;
    margin: 0;
    text-align: left;
    max-width: 1050px;
    display: flex;
    align-items: center;
    font-weight: 400;
}


@media (max-width: 950px) {
    .support-info-section {
        flex-direction: column;
        padding: 36px 0 24px 0;
        gap: 22px;
        min-height: unset;
    }
    .support-header {
        margin: 0;
        min-width: 0;
        padding: 28px 20px 22px 22px;
        width: 100%;
        text-align: center;
    }
    .support-description {
        max-width: 90vw;
        text-align: left;
        padding: 40px 0;
        margin: auto;
    }
}
