.quote-grid{display:grid;grid-template-areas:"left-icon quote right-icon";grid-template-columns:44px 1fr 44px;max-width:var(--grid-max-width)}@media screen and (max-width:32rem){.quote-grid{grid-template-areas:"quote";grid-template-columns:1fr}}.quote-decoration{background-image:url(../svg/triangle-circle-yellow-right.svg);transform:rotate(45deg)}.quote-decoration,.quote-decoration-2{background-repeat:no-repeat;background-size:44px;max-height:44px;position:relative}.quote-decoration-2{background-image:url(../svg/triangle-circle-lightblue-up.svg);top:-62px;transform:rotate(180deg)}.quote-decoration-3{background-image:url(../svg/triangle-pink.svg);background-position-x:right;background-repeat:no-repeat;background-size:18px;height:18px;position:relative;width:100%}.integrations-grid{grid-template-columns:repeat(auto-fit,minmax(min(396px,100%),396px))}.integrations-card{grid-template-columns:48px 1fr;grid-template-rows:48px 1fr}@media screen and (max-width:23.25rem){.integrations-card{grid-template-columns:1fr;grid-template-rows:auto}}