.hs_integrationsCards{padding-bottom:calc(80px*var(--scale));padding-top:calc(80px*var(--scale));position:relative}.hs_integrationsCards .integration-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;grid-column-gap:40px;grid-row-gap:40px}.hs_integrationsCards .integration-card{background-color:#fff;border-radius:calc(8px*var(--scale));box-shadow:0 2px 5px 0 rgba(27,17,78,.08);display:flex;flex-direction:column;justify-content:space-between;padding:calc(32px*var(--scale)) calc(24px*var(--scale))}.hs_integrationsCards .integration-card_image{align-items:center;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.05);display:flex;height:calc(64px*var(--scale));justify-content:center;margin-bottom:16px;overflow:hidden;width:calc(64px*var(--scale))}.hs_integrationsCards .integration-card_image img{height:calc(64px*var(--scale));-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:calc(64px*var(--scale))}.hs_integrationsCards .integration-card h5{color:#121212;font-family:Inter,sans-serif;font-size:calc(22px*var(--scale3));font-weight:600;letter-spacing:-.03em;line-height:1.2;margin:0}@media (max-width:1199.98px){.hs_integrationsCards .integration-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991.98px){.hs_integrationsCards .integration-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.hs_integrationsCards .integration-card h5{font-size:18px}}@media (max-width:575.98px){.hs_integrationsCards .integration-grid{grid-template-columns:repeat(1,1fr);grid-row-gap:20px}}