.section-sustainability-usps .section-sustainability-usps-wrapper{max-width:894px;width:100%;padding:63px 0px;margin:0 auto;display:flex;flex-direction:column;gap:6px;justify-content:center;align-items:center;}
.section-sustainability-usps-wrapper img{height:129px;width:129px;object-fit:cover;}
.section-sustainability-usps-wrapper .title{color: var(--BG-beige, #FEFDFB);text-align: center;font-family: var(--heading-font-family);font-size: 50.4px;font-weight: 400;line-height: 50.4px;letter-spacing: 1.008px;}
.section-sustainability-usps-wrapper .usps-wrapper{padding-top:18px;display:flex;align-items:center;justify-content:center;flex-direction:column;row-gap:24px;column-gap:16px;flex-wrap:wrap;}
.section-sustainability-usps-wrapper .usps-row{display:flex;justify-content:center;align-items:center;gap:16px;padding: 0 20px;}
.section-sustainability-usps-wrapper .usps-wrapper .single-usp{color: var(--Dark-Blue, #0F172B);padding:10px 24px;font-size: 20px;border-radius: 44px;background: var(--BG-beige, #FEFDFB);font-weight: 500;line-height: 200%;width:max-content;}

@media(max-width:767px){
    .section-sustainability-usps-wrapper .usps-row{flex-wrap:wrap;justify-content:start; margin-inline: 3rem;}
    .section-sustainability-usps-wrapper .usps-wrapper .single-usp{font-size: 16px;font-weight: 500;line-height: 200%;padding:14px 24px;width: 100%;text-align: center;}
    .section-sustainability-usps-wrapper .usps-wrapper{row-gap:16px;}
    .section-sustainability-usps .section-sustainability-usps-wrapper{padding:48px 0;}
}
