.expertise-section{margin-bottom:20px;margin-top:20px}.expertise-section__heading{margin:0 0 16px}.expertise-section__subheading{line-height:1.6;margin:0 0 32px;padding-bottom:0}.expertise-section__grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.expertise-section__grid:has(>:nth-child(4):last-child){grid-template-columns:repeat(2,1fr)}.expertise-card{background-color:#f1f3f4;border:2px solid transparent;border-radius:4px;padding:24px;transition:border-color .2s ease,background-color .2s ease}.expertise-card__title{border-bottom:2px solid #c3cb2b;display:block;letter-spacing:.06em;margin:0 0 20px;padding-bottom:12px}.expertise-card__list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.expertise-card__item{line-height:1.4;padding-left:28px;position:relative}.expertise-card__item:before{background-color:#c3cb2b;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-position:50%;background-repeat:no-repeat;background-size:12px 12px;border-radius:50%;content:"";height:18px;left:0;position:absolute;top:2px;width:18px}.expertise-card__text{display:block}@media (max-width:767px){.expertise-card{padding:20px}}