/** 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.two-column-section {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  	margin-bottom:120px
}
section.two-column-section .left-part {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}
section.two-column-section.reversed .left-part img:first-child {
    max-width: 396px;
    max-height: 484px;
    object-fit: contain;
}
section.two-column-section.reversed .left-part img:last-child {
    max-width: 350px;
    max-height: 410px;
    object-fit: contain;
}
section.two-column-section.reversed .left-part{
  
    justify-content: end;
}
section.two-column-section .right-part {
    flex-basis: 546px;
    padding-right: 40px;
    padding-left: 0;
}
section.two-column-section .right-part h5 {
    color: #000;
    font-family: Didot;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 24px 0 34px 0;
}
