.module-piechart-wrapper{background: var(--white-3);}
.piechart__image img {width: 100%;height: auto;margin-top: 22px;}
.piechart__image__wrapper {padding:16px 0px 32px 0px;}
.piechart__image .h5 {width: 208px;margin-right:64px;display: flex;flex-direction: column;align-items: center;}
.piechart__image .h5:last-child{margin-right:0px;}
.piechart__link .cta{border :1px solid var(--blue-2);color: var(--blue-2);font-size:2.0rem;line-height:2.4rem;font-family:var(--font-displaybold);}
.piechart__image .tag {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 0;
    min-height: 48px;
}

/*=== Media Query ====*/

@media all and (max-width:767.98px){
.piechart__image {flex-direction: column;min-width:208px;margin:0 auto;align-items:center;}
.piechart__image .h5{margin-right:0px;}
.piechart__link{display:flex;justify-content:center;} 
}