section.our-commitment {}


/** Common Design **/
body.widget-snippet button, body.widget-snippet .button, body.widget-snippet a.button {
    background: transparent;
    border: medium none;
    color: #262527;
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    line-height: 22px;
    padding: 9px 10px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    border: 1px solid #262527;
}


body.widget-snippet a.primary-btn, body.widget-snippet .primary-btn {
    color: #000;
    text-align: center;
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    border: 1px solid #000;
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
}
body.widget-snippet a.primary-btn.small, body.widget-snippet .primary-btn.small {
    min-width: 128px;
}
body.widget-snippet a.primary-btn.white, body.widget-snippet .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

body.widget-snippet .heading-title1 {
    color: #000;
    font-family: Didot;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
    line-height: 59px;
}

/** Snippet CSS **/

section.our-commitment {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom:120px
}
section.our-commitment .left-sustainable-img {
    display: flex;
    align-items: center;
    gap: 38px;
    flex: 1;
}
section.our-commitment .left-sustainable-img img:first-child {
    max-width: 325px;
    max-height: 380px;
    object-fit: contain;
}
section.our-commitment .left-sustainable-img img:last-child {
    max-width: 366px;
    max-height: 446px;
    object-fit: contain;
}
section.our-commitment .left-sustainable-img{
  
    justify-content: end;
}
section.our-commitment .right-environment {
    flex-basis: 642px;
    padding-left: 100px;
    padding-right: 0;
}
section.our-commitment .right-environment h2 {
    color: #000;
    font-family: Didot;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin: 0 0 10px 0;
}
