#wearethermax_two {
    padding-top: 80px;
    padding-bottom: 80px
}

#wearethermax_two .desc {
    font-size: var(--fs-34);
    font-weight: var(--font-weight-500);
    line-height: 43px;
    color: #000;
}

#wearethermax_two .desc strong {
    color: var(--red);
    font-weight: var(--font-weight-500)
}

#wearethermax_two p {
    font-weight: var(--font-weight-400);
    line-height: 1.5
}

#wearethermax_two .mask {
    width: 100%;
    height: 115%;
    position: absolute;
    background: #161616;
    left: 0;
    top: 0;
    opacity: .8
}

#DrivingChange {
    padding-bottom: 50px
}

#DrivingChange .DrivingBanner {
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

#DrivingChange .DrivingBanner .DrivingBannerCards {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 30px
}

#DrivingChange .DrivingBanner .DrivingBannerCards h2 {
    color: #fff;
    margin-top: 10px;
    font-size: clamp(1.125rem, .8935rem + 1.2346vw, 2.375rem)
}

#DrivingChange .text24 {
    font-size: clamp(1.125rem, 1.0556rem + .3704vw, 1.5rem);
    color: #000;
    font-weight: 500
}

#DrivingChange .goalArchived {
    margin-top: 40px
}

#DrivingChange .goalArchived small {
    width: fit-content;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 18px
}

#DrivingChange .goalArchived small.greybg {
    background-color: #eaeef2
}

#DrivingChange .goalArchived small.greenbg {
    background-color: #91e2a7
}

#DrivingChange .goalArchived .Archived h3 {
    font-size: clamp(1.125rem, .8935rem + 1.2346vw, 2.375rem);
    font-weight: 500;
    margin-bottom: 10px;
    margin-bottom: 0px
}

#DrivingChange .extraHeight {
    height: 165px
}

#DrivingChange .roadmap {
    margin-top: 40px
}

#DrivingChange .roadmap .roadmapgraph {
    height: 100%;
    display: grid;
    place-content: end
}

#DrivingChange .wasteManagement,
#DrivingChange .waterManagement,
#DrivingChange .Bio {
    margin-top: 100px
}

#DrivingChange .Bio .bioCards {
    border-radius: 16px;
    background-color: #eaeef2;
    padding: 20px;
    display: grid;
    place-content: end;
    height: 100%;
    position: relative
}

#DrivingChange .Bio .bioCards .labIcon {
    position: absolute;
    right: 30px;
    top: 30px
}

#DrivingChange .Bio .bioCards p {
    font-size: 16px;
    line-height: 1.4
}

#DrivingChange .Bio .bioCards.green {
    background-color: #37b459
}

#DrivingChange .Bio .bioCards.green p {
    color: #fff
}

#DrivingChange .waterManagement ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 20px
}

#DrivingChange .waterManagement ul li {
    font-size: 18px;
    background: url(../assets/images/green-tick.svg) no-repeat left 10px;
    padding-left: 30px;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px
}



#hero-anim-track {
    overflow: hidden;
    background-color: #eaeef2;
    position: relative;
    height: 700px
}

#hero-anim-track .decarbonisation-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    height: 700px;
    width: 100vmax
}

#hero-anim-track .decarbonisation-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#hero-anim-track .container {
    height: 100%
}

#hero-anim-track .container .empoweringRight {
    height: 100%;
    display: grid;
    place-content: center;
    padding-left: 40px
}

/*  */

.goal-wrapper {
    width: 760px;
    color: #bdbdbd;
}

/* header */

.goalgraph .goal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
}

.goalgraph .goal-left {
    font-weight: 600;
    color: #000;
}

.goalgraph .goal-left strong {}

.goalgraph .goal-right {
    color: #70c000;
    font-weight: 600;
}

/* progress bar */

.goalgraph .progress-bar {
    width: 100%;
    height: 40px;
    background: #70c000;
    border-radius: 6px;
    overflow: hidden;
    transform: scaleX(0);
    transform-origin: left center;
}

/* animated fill */
.goalgraph .progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 55%;
    background: #39b54a;
}

/* markers */

.goalgraph .marker {
    position: absolute;
    top: -12px;
    height: 65px;
    border-left: 2px dotted rgba(255, 255, 255, 0.6);
    opacity: 0;
}

.goalgraph .marker1 {
    left: 45%;
}

.goalgraph .marker2 {
    left: 55%;
}

/* achieved label */

.goalgraph .goal-achieved {
    margin-top: 14px;
    text-align: center;
    opacity: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* dots */

.goalgraph .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.goalgraph .dot.grey {
    background: #37b459;
}

.goalgraph .dot.green {
    background: #70c000;
}

/*  */

/* charts2 */


.roadmapgraph .carbon-wrapper {
    width: 100%;
    margin: 60px auto;
    position: relative;
    color: #777;
}

.roadmapgraph .chart {
    display: flex;
    align-items: flex-end;
    gap: 70px;
    border-bottom: 2px solid #aaa;
    padding-bottom: 10px;
}

/* columns */

.roadmapgraph .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* bar container */

.roadmapgraph .bar {
    width: 48px;
    height: 340px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    border-radius: 6px 6px 0 0;
    /* overflow:hidden; */
    background: #e5e5e5;
}

.roadmapgraph .bar.dark {
    background: #8c8c8c;
}

.roadmapgraph .bar.grey.full {
    background: #d8d8d8;
    height: 340px;
}

/* stacked parts */

.roadmapgraph .fill {
    width: 100%;
    border-radius: 5px 5px 1px 0px;
}

.roadmapgraph .grey {
    background: #d8d8d8;
}

.roadmapgraph .green {
    background: #37b459;
}

/* percent */

.roadmapgraph .percent {
    position: absolute;
    top: -30px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    width: 110px;
    left: -32px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.roadmapgraph .value {
    white-space: nowrap;
}

/* vertical labels */

.roadmapgraph .vlabel {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin-top: 12px;
    font-size: 14px;
    color: #777;
    position: absolute;
    left: -26px;
    bottom: 0px;
}

/* bottom labels */

.roadmapgraph .label {
    margin-top: 10px;
    font-size: 14px;
    position: absolute;
    left: -26px;
    bottom: 0px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/* title */

.roadmapgraph .goal-text {
    position: absolute;
    right: 0;
    top: -50px;
    text-align: right;
    font-weight: 600;
    color: #777;
    line-height: 1.3;
    font-size: 13px;
}

.roadmapgraph .bar,
.roadmapgraph .fill {
    transform: scaleY(0);
    transform-origin: bottom;
}

.roadmapgraph.inview .bar,
.roadmapgraph.inview .fill {
    animation: growBar 1.4s ease forwards;
}

.roadmapgraph.inview .col:nth-child(1) .bar {
    animation-delay: .1s
}

.roadmapgraph.inview .col:nth-child(2) .bar {
    animation-delay: .2s
}

.roadmapgraph.inview .col:nth-child(3) .bar {
    animation-delay: .3s
}

.roadmapgraph.inview .col:nth-child(4) .bar {
    animation-delay: .4s
}

.roadmapgraph.inview .col:nth-child(5) .bar {
    animation-delay: .5s
}

.roadmapgraph.inview .col:nth-child(6) .bar {
    animation-delay: .6s
}

@keyframes growBar {
    to {
        transform: scaleY(1);
    }
}

.growBigArrow {
    position: absolute;
    left: -26px;
    bottom: 43px;
}

.downBigArrow {
    position: absolute;
    left: 14px;
    top: -125px;
}

/*  */




@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    #wearethermax_two .desc {
        font-size: var(--fs-26);
        line-height: 34px
    }

    #wearethermax_two p {
        font-size: var(--fs-16);
        line-height: 24px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    #wearethermax_two .desc {
        font-size: var(--fs-26);
        line-height: 34px
    }

    #wearethermax_two p {
        font-size: var(--fs-16);
        line-height: 24px
    }
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {

    #hero-anim-track .decarbonisation-bg,
    #hero-anim-track {
        height: 600px
    }

    #hero-anim-track .container .empoweringRight {
        padding-left: 130px
    }

    .roadmapgraph .chart {
        gap: 56px;
    }

    .goal-wrapper {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .roadmapgraph .chart {
        gap: 44px;
    }

    .goal-wrapper {
        width: 100%;
    }

    .roadmapgraph .percent {
        font-size: 14px;
    }
}

/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {


    #wearethermax_two {
        padding-top: 30px;
        padding-bottom: 40px
    }

    #wearethermax_two .desc {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 20px
    }

    p {
        font-size: var(--fs-14);
        line-height: 24px
    }

    .decarbonisation-img {
        overflow: hidden;
        height: 300px
    }

    .decarbonisation-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    #DrivingChange .extraHeight {
        height: auto
    }

    #DrivingChange .goalArchived small {
        font-size: 15px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    .Archived {
        margin-top: 20px
    }

    #DrivingChange .goalArchived {
        margin-top: 20px
    }

    #DrivingChange .Bio .bioCards .labIcon {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px
    }

    #DrivingChange .Bio .bioCards {
        margin-bottom: 20px;
        height: auto
    }

    #DrivingChange .text24 {
        font-size: 16px;
    }

    #DrivingChange .extraHeight,
    #DrivingChange .goalArchived .Archived h3 {
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }

    #DrivingChange .Bio .bioCards p {
        font-size: 14px !important;
    }

    #DrivingChange .waterManagement ul li {
        font-size: 14px;
    }


    #hero-anim-track,
    #hero-anim-track .decarbonisation-bg {
        height: auto;
        position: relative
    }

    #hero-anim-track img,
    #hero-anim-track .decarbonisation-bg img {
        height: 300px;
        object-fit: cover
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%;
        margin-bottom: 20px
    }

    #hero-anim-track .container .empoweringRight {
        padding-left: 0px;
        display: block
    }

    #hero-anim-track {
        padding-bottom: 40px
    }

    #hero-anim-track .common_tile {
        margin-top: 20px
    }

    #hero-anim-track .common_tile br {
        display: none
    }

    .roadmapgraph .chart {
        gap: 19px;
    }

    .goal-wrapper {
        width: 100%;
    }

    .roadmapgraph .percent {
        font-size: 10px;
        letter-spacing: -0.3px;
        width: 70px;
        left: -18px;
    }

    .goalgraph .goal-right,
    .goalgraph .goal-left,
    .goalgraph .goal-achieved {
        font-size: 10px;
    }

    .roadmapgraph .bar {
        width: 36px;
    }

    .roadmapgraph .vlabel,
    .roadmapgraph .label {
        font-size: 12px;
    }

    .roadmapgraph .vlabel {
        left: -18px;
    }


}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}


@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {

    #wearethermax_two {
        padding-top: 30px;
        padding-bottom: 40px
    }

    #wearethermax_two .desc {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px
    }

    p {
        font-size: var(--fs-16);
        line-height: 24px
    }

    #hero-anim-track,
    #hero-anim-track .decarbonisation-bg {
        height: auto;
        position: relative
    }

    #hero-anim-track img,
    #hero-anim-track .decarbonisation-bg img {
        height: 470px;
        object-fit: cover
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%
    }

    #hero-anim-track .container .empoweringRight {
        padding-left: 0px;
        display: block
    }

    #hero-anim-track {
        padding-bottom: 40px
    }

    #hero-anim-track .common_tile {
        margin-top: 20px
    }

    #hero-anim-track .common_tile br {
        display: none
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%;
        margin-bottom: 20px
    }




    #wearethermax_two {
        padding-top: 30px;
        padding-bottom: 40px
    }

    #wearethermax_two .desc {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 20px
    }

    p {
        font-size: var(--fs-14);
        line-height: 24px
    }

    .decarbonisation-img {
        overflow: hidden;
        height: 300px
    }

    .decarbonisation-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    #DrivingChange .extraHeight {
        height: auto
    }

    #DrivingChange .goalArchived small {
        font-size: 15px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    .Archived {
        margin-top: 20px
    }

    #DrivingChange .goalArchived {
        margin-top: 20px
    }

    #DrivingChange .Bio .bioCards .labIcon {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px
    }

    #DrivingChange .Bio .bioCards {
        margin-bottom: 20px;
        height: auto
    }

    #DrivingChange .text24 {
        font-size: 16px;
    }

    #DrivingChange .extraHeight,
    #DrivingChange .goalArchived .Archived h3 {
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }

    #DrivingChange .Bio .bioCards p {
        font-size: 14px !important;
    }

    #DrivingChange .waterManagement ul li {
        font-size: 14px;
    }


    #hero-anim-track,
    #hero-anim-track .decarbonisation-bg {
        height: auto;
        position: relative
    }

    #hero-anim-track img,
    #hero-anim-track .decarbonisation-bg img {
        height: 300px;
        object-fit: cover
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%;
        margin-bottom: 20px
    }

    #hero-anim-track .container .empoweringRight {
        padding-left: 0px;
        display: block
    }

    #hero-anim-track {
        padding-bottom: 40px
    }

    #hero-anim-track .common_tile {
        margin-top: 20px
    }

    #hero-anim-track .common_tile br {
        display: none
    }

    .roadmapgraph .chart {
        gap: 19px;
    }

    .goal-wrapper {
        width: 100%;
    }

    .roadmapgraph .percent {
        font-size: 10px;
        letter-spacing: -0.3px;
        width: 70px;
        left: -18px;
    }

    .goalgraph .goal-right,
    .goalgraph .goal-left,
    .goalgraph .goal-achieved {
        font-size: 10px;
    }

    .roadmapgraph .bar {
        width: 36px;
    }

    .roadmapgraph .vlabel,
    .roadmapgraph .label {
        font-size: 12px;
    }

    .roadmapgraph .vlabel {
        left: -18px;
    }



}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {

    #wearethermax_two {
        padding-top: 30px;
        padding-bottom: 40px
    }

    #wearethermax_two .desc {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px
    }

    p {
        font-size: var(--fs-14);
        line-height: 24px
    }

    .decarbonisation-img {
        overflow: hidden;
        height: 300px
    }

    .decarbonisation-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    #DrivingChange .extraHeight {
        height: auto;
        margin-bottom: 20px !important
    }

    #DrivingChange .extraHeight br {
        display: none
    }

    #DrivingChange .goalArchived small {
        font-size: 15px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    .Archived {
        margin-top: 20px
    }

    #DrivingChange .goalArchived {
        margin-top: 20px
    }

    #DrivingChange .Bio .bioCards .labIcon {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px
    }

    #DrivingChange .Bio .bioCards {
        margin-bottom: 20px;
        height: auto
    }

    #hero-anim-track,
    #hero-anim-track .decarbonisation-bg {
        height: auto;
        position: relative
    }

    #hero-anim-track img,
    #hero-anim-track .decarbonisation-bg img {
        height: 470px;
        object-fit: cover
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%
    }

    #hero-anim-track .container .empoweringRight {
        padding-left: 0px;
        display: block
    }

    #hero-anim-track {
        padding-bottom: 40px
    }

    #hero-anim-track .common_tile {
        margin-top: 20px
    }

    #hero-anim-track .common_tile br {
        display: none
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%;
        margin-bottom: 20px
    }



    #wearethermax_two {
        padding-top: 30px;
        padding-bottom: 40px
    }

    #wearethermax_two .desc {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 20px
    }

    p {
        font-size: var(--fs-14);
        line-height: 24px
    }

    .decarbonisation-img {
        overflow: hidden;
        height: 300px
    }

    .decarbonisation-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    #DrivingChange .extraHeight {
        height: auto
    }

    #DrivingChange .goalArchived small {
        font-size: 15px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    .Archived {
        margin-top: 20px
    }

    #DrivingChange .goalArchived {
        margin-top: 20px
    }

    #DrivingChange .Bio .bioCards .labIcon {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px
    }

    #DrivingChange .Bio .bioCards {
        margin-bottom: 20px;
        height: auto
    }

    #DrivingChange .text24 {
        font-size: 16px;
    }

    #DrivingChange .extraHeight,
    #DrivingChange .goalArchived .Archived h3 {
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }

    #DrivingChange .Bio .bioCards p {
        font-size: 14px !important;
    }

    #DrivingChange .waterManagement ul li {
        font-size: 14px;
    }


    #hero-anim-track,
    #hero-anim-track .decarbonisation-bg {
        height: auto;
        position: relative
    }

    #hero-anim-track img,
    #hero-anim-track .decarbonisation-bg img {
        height: 300px;
        object-fit: cover
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%;
        margin-bottom: 20px
    }

    #hero-anim-track .container .empoweringRight {
        padding-left: 0px;
        display: block
    }

    #hero-anim-track {
        padding-bottom: 40px
    }

    #hero-anim-track .common_tile {
        margin-top: 20px
    }

    #hero-anim-track .common_tile br {
        display: none
    }

    .roadmapgraph .chart {
        gap: 19px;
    }

    .goal-wrapper {
        width: 100%;
    }

    .roadmapgraph .percent {
        font-size: 10px;
        letter-spacing: -0.3px;
        width: 70px;
        left: -18px;
    }

    .goalgraph .goal-right,
    .goalgraph .goal-left,
    .goalgraph .goal-achieved {
        font-size: 10px;
    }

    .roadmapgraph .bar {
        width: 36px;
    }

    .roadmapgraph .vlabel,
    .roadmapgraph .label {
        font-size: 12px;
    }

    .roadmapgraph .vlabel {
        left: -18px;
    }



}

@media(min-width: 320px)and (max-width: 767px) {


    #wearethermax_two {
        padding-top: 30px;
        padding-bottom: 40px
    }

    #wearethermax_two .desc {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 20px
    }

    p {
        font-size: var(--fs-14);
        line-height: 24px
    }

    .decarbonisation-img {
        overflow: hidden;
        height: 300px
    }

    .decarbonisation-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    #DrivingChange .extraHeight {
        height: auto
    }

    #DrivingChange .goalArchived small {
        font-size: 15px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    #DrivingChange .wasteManagement,
    #DrivingChange .waterManagement,
    #DrivingChange .Bio {
        margin-top: 20px
    }

    .Archived {
        margin-top: 20px
    }

    #DrivingChange .goalArchived {
        margin-top: 20px
    }

    #DrivingChange .Bio .bioCards .labIcon {
        position: relative;
        left: 0px;
        top: 0px;
        margin-bottom: 20px
    }

    #DrivingChange .Bio .bioCards {
        margin-bottom: 20px;
        height: auto
    }

    #DrivingChange .text24 {
        font-size: 16px;
    }

    #DrivingChange .extraHeight,
    #DrivingChange .goalArchived .Archived h3 {
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }

    #DrivingChange .Bio .bioCards p {
        font-size: 14px !important;
    }

    #DrivingChange .waterManagement ul li {
        font-size: 14px;
    }


    #hero-anim-track,
    #hero-anim-track .decarbonisation-bg {
        height: auto;
        position: relative
    }

    #hero-anim-track img,
    #hero-anim-track .decarbonisation-bg img {
        height: 300px;
        object-fit: cover
    }

    #hero-anim-track .decarbonisation-bg {
        width: 100%;
        margin-bottom: 20px
    }

    #hero-anim-track .container .empoweringRight {
        padding-left: 0px;
        display: block
    }

    #hero-anim-track {
        padding-bottom: 40px
    }

    #hero-anim-track .common_tile {
        margin-top: 20px
    }

    #hero-anim-track .common_tile br {
        display: none
    }

    .roadmapgraph .chart {
        gap: 19px;
    }

    .goal-wrapper {
        width: 100%;
    }

    .roadmapgraph .percent {
        font-size: 10px;
        letter-spacing: -0.3px;
        width: 70px;
        left: -18px;
    }

    .goalgraph .goal-right,
    .goalgraph .goal-left,
    .goalgraph .goal-achieved {
        font-size: 10px;
    }

    .roadmapgraph .bar {
        width: 36px;
    }

    .roadmapgraph .vlabel,
    .roadmapgraph .label {
        font-size: 12px;
    }

    .roadmapgraph .vlabel {
        left: -18px;
    }

}