@media (max-width: 991px) {
    .md-white {
        color: white;
    }
    .md-fs-3 {
      font-size: calc(1.3rem + 0.6vw) !important;
    }
    .md-fs-4 {
      font-size: calc(1.275rem + 0.3vw) !important;
    }
    .md-fs-5 {
      font-size: 1.25rem !important;
    }
    .md-fs-6 {
      font-size: 1rem !important;
    }
    .md-flow-column {
        flex-flow: column;
    }
    .logo-size {
        height:8px;
    }
    .badge-size {
        width:80px;
    }
    h4 {
        font-size: 2.0rem;
	    line-height: revert;
	    letter-spacing: revert;
    }
    .md-benchmark_score {
        font-size: 16px;
        width: 23px !important;
        height: 23px !important;
    }
    .md-benchmark_score.na {
        font-size: 10px;
    }
    .md-benchmark-top {
        font-size: 11px !important;
        margin-top: -4px !important;
        padding-left: 2px !important;
    }
    .md-benchmark_top {
        font-size: 11px !important;
        padding-left: 2px !important;
    }

    .md-bi-arrow-down-circle::before { content: "\f119" !important; }
    .md-no-height {
        min-height: 0 !important;
    }
    .md-text-center {
        text-align: center !important;
    }
}
