.mint-spiderweb .highcharts-title{
    font-family: Montserrat-Bold, sans-serif!important;
    font-size: 18px!important;
    fill: white!important;
}

.mint-spiderweb .highcharts-axis-labels.highcharts-xaxis-labels.highcharts-radial-axis-labels text{
    font-family: Montserrat-Bold, sans-serif!important;
    font-size: 18px!important;
    fill: white!important;
}

.mint-spiderweb .highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text{
    font-family: Montserrat-Bold, sans-serif!important;
    font-size: 12px!important;
    fill: white!important;
}

.mint-spiderweb .highcharts-grid.highcharts-xaxis-grid.highcharts-radial-axis-grid path{
    stroke: transparent!important;
}


@media (max-width: 1024px) {
    .mint-spiderweb .highcharts-title{
        font-family: Montserrat-Bold, sans-serif!important;
        font-size: 16px!important;
        fill: white!important;
    }

    .mint-spiderweb .highcharts-axis-labels.highcharts-xaxis-labels.highcharts-radial-axis-labels text{
        font-family: Montserrat-Regular, sans-serif!important;
        font-size: 14px!important;
        fill: white!important;
    }

    .mint-spiderweb .highcharts-axis-labels.highcharts-yaxis-labels.highcharts-radial-axis-labels text{
        font-family: Montserrat-Regular, sans-serif!important;
        font-size: 8px!important;
        fill: white!important;
    }
}