.three-column-section .inner-col-section .cards-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.box-card{background-color:#fff;border:1px solid #cbd5e0;border-radius:20px;display:flex;flex-direction:column;padding:30px}.box-card p{margin-bottom:0}.box-card:last-child:nth-child(3n - 2){grid-column:span 3}.box-card:last-child:nth-child(3n - 1){grid-column:span 2}.item-tag h6{background-color:#f6f9ff;border:1px solid #63b3ed;border-radius:100px;display:inline-block;margin:0 0 20px;padding:10px 20px;text-align:center}.anchor-link{margin-top:30px}.three-column-section .inner-col-section .cards-grid .box-card ul{padding-left:24px}.three-column-section .inner-col-section .cards-grid .box-card ul li{padding-bottom:0}.three-column-section .inner-col-section .cards-grid .box-card ul li::marker{color:#155eef}@media (max-width:768px){.three-column-section .inner-col-section .cards-grid{grid-template-columns:1fr}.box-card:last-child{grid-column:span 1!important}}