.custom-cols .custom-cols-wrapper{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between}.custom-cols .col{flex:1 1 calc(33.33% - 24px)}.custom-cols .col p:last-child{margin:0}.custom-cols .col h4{font-weight:400;margin-bottom:24px}.custom-cols .custom-cols-wrapper>.col:nth-child(2):nth-last-child(0){flex:1 1 calc(50% - 24px);max-width:calc(50% - 24px)}@media (max-width:768px){.custom-cols .col{flex:1 1 100%;max-width:100%}}