.support-us .excel-presentation-section .excel-presentation__section {
    flex-direction: row-reverse;
}

.support-us .excel-presentation-section {
    background-color: unset;
}

.support-us .excel-presentation-section .excel-presentation__section:last-child {
    padding-bottom: 0;
}

.excel-presentation-section .excel-button {
    display: block;
    width: fit-content;
    margin-top: 32px;
}

.support-us .excel-in-figures {
    background-color: #F2F4F5;
}

.support-us .excel-in-figures .container {
    margin: 0;
    padding: 40px 0;
}

.support-us .excel-in-figures .excel-in-figures-card {
    background-color: #fff;
}

@media (max-width: 768px) {
    .support-us .excel-presentation-section .excel-button {
        margin-top: 0;
    }
}