.integrations {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .integrations {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.integrations__section-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .integrations__section-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 110%;
  }
}
.integrations__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .integrations__list {
    gap: 20px;
  }
}
.integrations__item {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .integrations__item {
    flex-direction: column;
  }
}
.integrations__icon {
  flex-shrink: 0;
  flex-grow: 0;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(37, 187, 77, 0.1);
}
.integrations__icon img {
  width: 24px;
  height: 24px;
}
.integrations__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .integrations__title {
    font-size: 16px;
    line-height: 110%;
  }
}
.integrations__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
.integrations__text b {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .integrations__text {
    font-size: 14px;
    line-height: 140%;
  }
}
.integrations__footer {
  margin-top: 30px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .integrations__footer {
    margin-top: 20px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.min.css.map */