*,:after,:before{box-sizing:border-box}body{font-family:sans-serif;margin:0}.custom-column-wrapper{align-items:stretch;display:flex;flex-wrap:wrap;margin:-10px;padding:20px 0}.custom-column{border:1px solid #eee;border-radius:20px;display:flex;flex:1 1 calc(25% - 20px);flex-direction:column;justify-content:flex-start;margin:10px;padding:20px}.custom-column h4{border-radius:20px;color:#333;font-size:1.1em;font-weight:700;margin:0 0 1em;
  /* !! YOU MUST ADJUST THIS VALUE based on your actual H4 font styles !! */min-height:3.08em}.col-body{color:#555;line-height:1.2;padding-bottom:20px;width:100%}.col-body p{margin-bottom:1em;margin-top:0}.col-body p:last-child,.custom-button{margin-bottom:0}.custom-button{align-self:flex-start;background:#e44655;border-radius:4px;color:#fff!important;display:inline-block;margin-top:auto;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .2s ease}.custom-button:hover{background:#d43645;color:#fff!important}.custom-button:active,.custom-button:focus{color:#fff!important}@media (max-width:991px){.custom-column{flex-basis:calc(50% - 20px)}}@media (max-width:575px){.custom-column{flex-basis:calc(100% - 20px)}}