.feature-cards-grid{box-sizing:border-box;padding:48px 0;width:100%}.feature-cards-grid__container{box-sizing:border-box;margin:0 auto;max-width:1060px;padding:0 20px;width:100%}.feature-cards-grid__items{display:flex;flex-wrap:wrap;gap:20px}.feature-cards-grid__card{align-items:center;background:var(--ffffff,#fff);border:1px solid var(--eaeaea,#eaeaea);border-radius:20px;box-sizing:border-box;display:flex;flex:1 1 calc(50% - 10px);gap:20px;min-height:120px;padding:32px 24px;width:500px}.feature-cards-grid__icon{align-items:center;display:flex;flex:0 0 42px;height:42px;justify-content:center;width:42px}.feature-cards-grid__icon img,.feature-cards-grid__icon svg{display:block;height:42px!important;max-height:42px!important;max-width:42px!important;object-fit:contain;width:42px!important}.feature-cards-grid__content{flex:1 1 auto;min-width:0}.feature-cards-grid__title{color:#666;font-size:20px;font-style:normal;font-weight:500;margin:0 0 8px}.feature-cards-grid__description{color:#666}.feature-cards-grid__description p{margin-top:0}.feature-cards-grid__description p:last-child{margin-bottom:0}.feature-cards-grid__description b,.feature-cards-grid__description strong{font-weight:700}@media (max-width:991px){.feature-cards-grid__container{max-width:720px}.feature-cards-grid__card{flex:1 1 100%;width:100%}}@media (max-width:767px){.feature-cards-grid{padding:36px 0}.feature-cards-grid__container{padding:0 20px}.feature-cards-grid__items{gap:16px}.feature-cards-grid__card{align-items:flex-start;gap:16px;padding:24px 20px}.feature-cards-grid__icon{flex-basis:36px;height:36px;width:36px}.feature-cards-grid__icon img,.feature-cards-grid__icon svg{height:36px!important;max-height:36px!important;max-width:36px!important;width:36px!important}}@media (max-width:480px){.feature-cards-grid__card{align-items:flex-start;flex-direction:column}}