.b-informative__item {
  border: 2px solid #ffe9d6;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
}

.b-informative__item-image {
  width: 12%;
}

.b-informative__item-text {
  flex: 1 1;
  line-height: 1;
}

.b-informative__col {
  width: 100%;
}

.b-informative__col-in {
  gap: clamp(20px, 2vw, 40px);
}

.b-informative__main-in {
  border: 2px solid #ffe9d6;
  padding: 20px;
  border-radius: 10px;
  gap: 30px;
}

.b-informative__subtitle {
  line-height: 1;
}

.b-informative__item2 {
  line-height: 0.9;
  gap: 20px;
}

.b-informative__item2-image {
  width: 18%;
}

.b-informative__item2-image img {
  max-height: clamp(60px, 4vw, 90px);
  object-fit: contain;
}

.b-informative__item2-in {
  flex: 1 1;
}

.b-informative__text {
  font-size: 90%;
}

@media screen and (min-width: 576px) {
  .b-informative__item2 {
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 992px) {
  .b-informative__item {
    min-height: clamp(80px, 7vw, 100px);
  }

  .b-informative__item-text {
    font-size: 81%;
  }

  .b-informative__col {
    width: 35%;
  }

  .b-informative__main {
    width: 30%;
  }

  .b-informative__item2 {
    width: 100%;
  }
}