.three-col-box__container{margin:0 auto;max-width:1280px;padding:0 24px}.three-col-box__heading{color:var(--box-heading-color,#1d2126);font-weight:300;margin:0 0 32px;text-align:center}.three-col-box--heading-small .three-col-box__heading{font-size:2rem!important}.three-col-box--heading-medium .three-col-box__heading{font-size:2.5rem!important}.three-col-box--heading-large .three-col-box__heading{font-size:3rem!important}.three-col-box--heading-xlarge .three-col-box__heading{font-size:3.5rem!important}.three-col-box__grid{display:grid;gap:30px}.three-col-box--cols-2 .three-col-box__grid{grid-template-columns:repeat(2,1fr)}.three-col-box--cols-3 .three-col-box__grid{grid-template-columns:repeat(3,1fr)}.three-col-box--cols-4 .three-col-box__grid{grid-template-columns:repeat(4,1fr)}.three-col-box__card{background:var(--box-card-bg,#fff);border:1px solid rgba(0,0,0,.06);border-radius:var(--box-card-radius,12px);padding:24px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.three-col-box__card:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.1);transform:translateY(-4px)}.three-col-box__icon{margin-bottom:20px}.three-col-box__icon img{height:auto;max-width:60px}.three-col-box__title{color:var(--box-card-title-color,#1d2126);font-size:var(--box-card-title-size,24px);font-weight:var(--box-card-title-weight,600);line-height:1.3;margin-bottom:12px}.three-col-box__description{color:var(--box-card-text-color,#64748b);line-height:1.5;margin-bottom:20px}.three-col-box__description p{color:inherit}.three-col-box__link{color:#a7b6c2;display:inline-block;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.three-col-box__link:hover{color:#1d2126}@media (max-width:992px){.three-col-box--tablet-1 .three-col-box__grid{grid-template-columns:1fr!important}.three-col-box--tablet-2 .three-col-box__grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.three-col-box__container{padding:0 16px}.three-col-box__grid{gap:20px;grid-template-columns:1fr!important}.three-col-box--heading-small .three-col-box__heading{font-size:1.75rem!important}.three-col-box--heading-medium .three-col-box__heading{font-size:2rem!important}.three-col-box--heading-large .three-col-box__heading{font-size:2.25rem!important}.three-col-box--heading-xlarge .three-col-box__heading{font-size:2.5rem!important}}