#sustainability-section {
    background: #2A5221;
}
#sustainability-section .box-container {
    border: 1px solid #5EB749;
    background: rgba(28, 28, 28, 0.24);
    padding: 46px 49px;
    min-height: 348px;
}
@media screen and (max-width: 564px) {
    #sustainability-section img{
        max-width: 70px;
    }
}