section.exchanges {
    background: #f3f7fd;
    padding: 40px 0;
}

@media (max-width: 767px) {
    section.exchanges {
        padding: 30px 0;
    }
}

section.exchanges .wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 46px;
}

section.exchanges .header h1 {
    text-align: center;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707378;
    padding-bottom: 25px;
}

section.exchanges .item {
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 36px;
}

section.exchanges .item .icon {
    width: 30px;
    text-align: right;
    margin-right: 15px;
}

section.exchanges .item .name {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 767px) {
    section.exchanges .wrapper {
        padding: 0;
    }
}

@media (max-width: 574px) {
    section.exchanges .wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }
    section.exchanges .header {
        padding: 0 20px;
    }
    section.exchanges .column {
        width: 200px;
    }
}