.feature-section{--bgcolor:var(--white-color);background-color:var(--bgcolor);width:100%}.feature-section .title{--fw:600;--fs:22px;--lh:30px;--mb:8px;--c:var(--dark-gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh);margin-bottom:var(--mb);text-align:center}@media screen and (min-width:768px){.feature-section .title{--fw:700;--fs:40px;--lh:48px;--mb:12px;max-width:940px;text-align:left}}@media screen and (min-width:1600px){.feature-section .title{max-width:1250px}}.feature-section .subtitle{--fw:400;--fs:15px;--lh:22px;--c:var(--gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh);text-align:center}@media screen and (min-width:768px){.feature-section .subtitle{text-align:left;--fs:22px;--lh:30px}}@media screen and (min-width:1200px){.feature-section .subtitle{max-width:940px}}@media screen and (min-width:1600px){.feature-section .subtitle{max-width:1250px}}.feature-section .subtitle+.feature-items-title,.feature-section .title+.feature-items-title{margin-top:40px}.feature-items-title{color:var(--dark-gray-color);font-size:17px;font-weight:600;line-height:25px;margin:0 0 40px;text-align:center}@media screen and (min-width:1024px){.feature-items-title{font-size:22px;line-height:30px;text-align:left}}.feature-items{display:grid;flex-wrap:wrap;gap:40px;justify-content:center;margin-top:40px}@media screen and (min-width:768px){.feature-items{justify-content:flex-start}.feature-section--primary .feature-items,.feature-section--secondary .feature-items{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.feature-section--primary .feature-items{grid-template-columns:repeat(3,1fr)}.feature-section--secondary .feature-items{grid-template-columns:repeat(4,1fr)}}.feature-item{text-align:center}@media screen and (min-width:768px){.feature-item{text-align:left}}.feature-item-image{height:60px;object-fit:cover;width:60px}.feature-item-image+.feature-item-title{margin-top:12px}@media screen and (min-width:768px){.feature-item-image+.feature-item-title{margin-top:24px}}.feature-item-title{--fs:17px;--lh:25px;--fw:600;--c:var(--dark-gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh)}@media screen and (min-width:768px){.feature-item-title{--fs:22px;--lh:30px}}.feature-item-text{--fs:15px;--lh:22px;--c:var(--gray-color);color:var(--c);font-size:var(--fs);font-weight:400;line-height:var(--lh);margin-top:8px}@media screen and (min-width:768px){.feature-item-text{--fs:20px;--lh:29px}}