.integration-cards__title{color:#242424}.integration-cards__subtitle{color:rgba(36,36,36,.6)}.integration-cards__cards{display:grid;gap:16px}@media only screen and (min-width:1141px){.integration-cards__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}}@media only screen and (min-width:768px)and (max-width:1140px){.integration-cards__cards{grid-template-columns:repeat(2,3fr);gap:20px}}.integration-cards__card{padding:16px 16px 24px;min-width:304px;text-align:left;background-color:#f3f2f7;border-radius:20px}@media only screen and (min-width:1141px){.integration-cards__card{min-width:304px}}@media only screen and (min-width:768px)and (max-width:1140px){.integration-cards__card{grid-template-columns:repeat(2,3fr);gap:20px}}.integration-cards__card--with-link{padding:16px;box-shadow:0 4px 4px 0 rgba(36,36,36,.2)}