  @media (max-width: 767px) {
    .sust-download__label {
        font-size: 22px;
        text-align: left;
    }

    .sust-download__icon {
        width: 32px;
    }
    .sust-two__left {
        width: 100%;
        float:none;
        margin-right: 0;
       
    }
    .sust-cta {
        font-size: 24px;
    }

    .sust-two .col-sm-6+.col-sm-6 {
        margin-top: 1em;
    }

    .sust-pillar .nav-item {
        font-size: 2vw;
        padding: 1em 0.5em;
    }

    .sust-approach__item:nth-child(3n+3),
    .sust-approach__item {
        width: 100%;
        margin-right: 0;
    }

    .sust-highlight__item {
        width: 100%;
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 2em;
    }

    .sust-highlight__item:nth-child(3n+3) {
        border-right: 0;
    }

    .sust-highlight__item:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .sust-highlight__item__medium {
        margin-top: 0;
    }

    .sust-image-cta {
        padding: 1em;
    }

    .sust-image-cta__box {
        width: 100%;
        padding: 2em;
    }

    .sust-infographic__heading {
        padding-left: 0;
        text-align: center;
        padding-bottom: 1em;
    }

    .sust-infographic__circle {
        width: 270px;
        height: 270px;
        position: relative;
        margin: 0 auto;

    }

    .sust-infographic__circle__item {
        width: 130px;
        height: 130px;
    }
    .sust-infographic__content {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .sust-infographic__content::before {

       border-left: 20px solid transparent;
       border-right: 20px solid transparent;
       
       border-bottom: 20px solid #FEEDDF;
     
      
       top:50px;
       left:50%;
       transform: translateX(-50%);
        
     }
     .sust-padding .container .sust-infographic {
        width: calc(100% + 80px);
        margin-left:-40px;

     }
     .sust-infographic__content__bg {
        padding:0;
     }
     .sust-infographic__panels {
        padding: 40px;
     }
     .sust-infographic__legends {
        background:#fff;
        bottom:0;
        padding: 20px 20px 20px 100px;
        margin-top: 0;

     }
     .sust-infographic__panel__header {
        text-align: center;
     }
}