.text-with-icons {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .text-with-icons {
    margin-bottom: 32px;
  }
}
.text-with-icons__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .text-with-icons__title {
    font-size: 24px;
  }
}
.text-with-icons__text {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
.text-with-icons__items {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .text-with-icons__items {
    justify-content: space-around;
  }
}
@media screen and (max-width: 425px) {
  .text-with-icons__items {
    flex-direction: column;
    justify-content: unset;
  }
}
.text-with-icons__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.text-with-icons__item--same {
  flex: 1;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.text-with-icons__item-image {
  flex-shrink: 0;
}
.text-with-icons__item-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #344054;
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */