/* Testimony */
.img-testimony {
    width: 141px;
    height: 200px;
    border-radius: 203px;
}
/* Testimony */
/* Esg Benefit */
.esg-benefits .esg-benefit {
    display: flex;
    width: calc(530px / 1.5);
}

.esg-benefits .esg-benefit > .benefit-icon img {
    width: 100px;
    height: 100px;
}

.esg-benefits .esg-benefit > .benefit-desc {
    color: white;
    margin-left: 1.5rem;
}

.esg-benefits .esg-benefit > .benefit-desc h4 {
    font-weight: 700;
}
/* Esg Benefit */
@media screen and (min-width: 992px) {
    .esg-benefits .esg-benefit {
        display: flex;
        width: calc(628px / 1.5);
        margin: 2rem;
    }
    .img-testimony {
        width: 241px;
        height: 366px;
    }
}
