.custom-blocks-section{max-width:1110px;display:flex;margin:2rem auto;flex-direction:column}.section-header .title{width:100%;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:30px;padding-top:20px}.section-header .title *{text-transform:none}.section-header .title strong{color:#90a5b0}.custom-blocks-grid{display:grid;gap:1rem;grid-template-columns:repeat(var(--blocks-per-row-desktop, 4),1fr)}.custom-block{border:1px solid #e5e5e5;text-align:center;display:flex;flex-direction:column;align-items:center;border-radius:20px;padding:30px;margin-top:55px}.custom-block.with-image{padding-bottom:35px}.custom-block .custom-block-image{width:auto;display:flex;padding:20px;border-radius:20px;transform:translateY(calc(-50% - 20px))}.custom-block .custom-block-image img.block-image{width:58px;aspect-ratio:1}.custom-block .custom-block-content{margin-top:-40px}.custom-block .custom-block-image .custom-block-content{margin-top:-29px}.custom-block .custom-block-content h3{font-size:16px;line-height:1em;letter-spacing:-1px;margin:0 0 5px;padding:0;font-weight:600}.custom-block .custom-block-content p{font-size:16px;line-height:1.2em;letter-spacing:-.4px;padding:0;margin:0}.custom-blocks-grid.rounded .custom-block .custom-block-image{border-radius:100%;padding:0}.custom-blocks-grid.rounded .custom-block .custom-block-image img.block-image{width:100px}.custom-blocks-grid.shadow_box .custom-block{box-shadow:0 4px 30px #00000040}@media (max-width: 768px){.custom-blocks-grid{grid-template-columns:repeat(var(--blocks-per-row-mobile, 2),1fr)}}
