.text-with-image-list {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .text-with-image-list {
    margin-bottom: 32px;
  }
}
.text-with-image-list__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-image-list__title {
    font-size: 24px;
  }
}
.text-with-image-list__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-image-list__items {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .text-with-image-list__items {
    flex-direction: column;
    justify-content: unset;
  }
}
.text-with-image-list__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.text-with-image-list__item img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */