﻿.chart-custom {
    height: 35rem;
    margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
    .chart-custom {
        height: 45rem;
    }
}