#ESG-targets_wrapper {
    background-color: #50af47;
}

#ESG-targets_headers {
    padding-top: 0px;
    padding-left: 40px
}

#ESG-targets_headers > h4 {
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 0px;
}

#ESG-targets_headers > h5 {
    color: #ffffff;
    line-height: 3;
    font-size: 1.1em;
    margin-bottom: 0px;
    margin-top: 5px;
}

#ESG-targets{
    display:grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    row-gap: 10px;
    background-color: #50af47;
    padding: 20px;
}



@media only screen and (min-width: 760px) and (max-width: 983px) {
    #ESG-targets{
        grid-template-columns: auto auto auto;
    }
}


@media only screen and (min-width: 520px) and (max-width: 759px) {
    #ESG-targets{
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 519px) {
    #ESG-targets{
        grid-template-columns: auto auto;
    }
}

#ESG-targets> div {
    

    height: 120px;
    position: relative;
}

#ESG-targets> div img{
    position:absolute;
    width: 20%;
    top: 10px;
    left: 10px;
}

.ESG-div_text {
    position: absolute;
    width: 65%;
    right: 10px;
    bottom: 30px;
}

.ESG-div_text > h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

.ESG-div_text > p {
    
    font-size: 0.85em!important;
    line-height: 100%;
    margin-top: 5px;
}

.ESG-txt2 {
    display: block;
    padding-right: 10px;
    padding-top: 15px;
    font-size: 0.85em!important;
    


}

.ESG-div_text-report {
    position: absolute;
    left: 10px;
    bottom: 30px;
}

.ESG-div_text-report > h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 0.9em;
}

.ESG-div_text-report > p {
    
    font-size: 0.85em!important;

    line-height: 100%;
    margin-top: 5px;
}
.ESG-div_text-report  a:link {color: #afca0b;}


#ESG-CO2E h5 {color: #ffffff; }
#ESG-CO2E p {color: #ffffff!important;}


#ESG-water h5 {color: #ffffff; }
#ESG-water p {color: #ffffff!important;}


#ESG-plastics h5 {color: #ffffff; }
#ESG-plastics p {color: #ffffff!important;}


#ESG-carbon h5 {color: #ffffff; }
#ESG-carbon p {color: #ffffff!important;}


#ESG-energy h5 {color: #ffffff; }
#ESG-energy p {color: #ffffff!important;}


#ESG-report h5 {color: #ffffff; }
#ESG-report p {color: #afca0b!important;}

