/* Homepage Case Study CTA Button - Reduced Width Fix */
body.home #homePageSection10 #threeCardsDivIChildID10 .mpBtnDesignCard,
body.home #homePageSection10 #threeCardsDivIChildID10 .mpBtnLayoutCard,
body.home #threeCardsDivIChildID10 .mpBtnDesignCard,
body.home #threeCardsDivIChildID10 .mpBtnLayoutCard {
    padding: 0.4vw 0.8vw !important;
    margin: 0 0.5vw 0.8vw 0 !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    display: inline-block !important;
    font-size: 0.7vw !important;
}
