#MarketTrendsBody .figureChartContent img {
    max-width: 75% !important;
}

#ThePartnerOpportunityForEnterpriseCustomers .figureChartContent img {
    max-width: 50% !important;
}

#ThePartnerOpportunityForSMBCustomersBody .figureChartContent img {
    max-width: 50% !important;
}


@media screen and (max-width: 700px) {
    #MarketTrendsBody .figureChartContent img {
        max-width: 100% !important;
    }

    #ThePartnerOpportunityForEnterpriseCustomers .figureChartContent img {
        max-width: 100% !important;
    }

    #ThePartnerOpportunityForSMBCustomersBody .figureChartContent img {
        max-width: 100% !important;
    }
    
}
