.feature-list-section{background-color:#e8e6db;color:#001534;margin:0;padding-bottom:var(--section-pad-y-mobile,96px);padding-top:var(--section-pad-y-mobile,96px);position:relative;width:100%}@media (min-width:768px){.feature-list-section{padding-bottom:var(--section-pad-y,96px);padding-top:var(--section-pad-y,96px)}}.feature-list-section__heading{margin-bottom:var(--heading-gap,48px)}.feature-list-section__heading :first-child{margin-top:0}.feature-list-section__heading :last-child{margin-bottom:0}.feature-list-section__list{border-top:1px solid var(--divider-color,#a8a58c)}.feature-list-section__row{border-bottom:1px solid var(--divider-color,#a8a58c);display:flex;flex-direction:column;gap:8px;padding-bottom:var(--row-pad-y,32px);padding-top:var(--row-pad-y,32px)}@media (min-width:768px){.feature-list-section__row{align-items:flex-start;flex-direction:row;gap:var(--column-gap,80px)}}.feature-list-section__title{font-size:18px;font-weight:700;line-height:1.3}@media (min-width:768px){.feature-list-section__title{flex:0 0 var(--title-width,30%);font-size:21px;width:var(--title-width,30%)}}.feature-list-section__desc{font-size:15px;line-height:1.55}@media (min-width:768px){.feature-list-section__desc{flex:1 1 auto;font-size:16px;line-height:1.6;min-width:0}}.feature-list-section__desc p{margin:0 0 12px}.feature-list-section__desc p:last-child{margin-bottom:0}.feature-list-section__desc-text+.feature-list-section__desc-media{margin-top:20px}.feature-list-section__desc-media{display:block;line-height:0;max-width:604px;width:100%}.feature-list-section__desc-media img,.feature-list-section__desc-media video{border-radius:8px;display:block;height:auto;max-width:100%;object-fit:cover;width:100%}