.tou-section__header {
    margin-bottom: 32px;
}

.tou-section__chart-col {
    margin-top: -32px;
}

.tou-section__text {
    margin-top: 32px;
}

.tou__subheader {
    margin-top: 64px;
}


@media(max-width: 767px) {
    .tou-section__chart-col {
        width: 100%;
    }

    .tou-section__text {
        text-align: left;
    }

    .tou__subheader {
        margin-top: 48px;
    }
}