.info-blocks__wrapper {
  border: 1px solid #ccc;
  border-radius: 6px;
}
@media screen and (max-width: 989px) {
  .info-blocks__wrapper {
    background: #fff;
  }
}
.info-blocks__wrapper .info-block {
  padding: 10px 15px;
}
.info-blocks__wrapper .info-block:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.info-blocks__wrapper .info-block__wrapper {
  align-items: flex-start;
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
}
.info-blocks__wrapper .info-block__wrapper.flex-end {
  align-items: flex-end;
}
.info-blocks__wrapper .info-block__wrapper.flex-center {
  align-items: center;
}
.info-blocks__wrapper .info-block__wrapper .column:last-of-type {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.info-blocks__wrapper .info-block .wrapper {
  align-items: center;
  display: flex;
  gap: 0 12px;
}
@media screen and (max-width: 989px) {
  .info-blocks__wrapper .info-block .wrapper {
    gap: 0 9px;
  }
}
.info-blocks__wrapper .info-block img {
  height: 35px;
  object-fit: contain;
  width: 35px;
}
@media screen and (max-width: 989px) {
  .info-blocks__wrapper .info-block img {
    height: 31px;
    width: 31px;
  }
}
.info-blocks__wrapper .info-block .title {
  color: #000;
  font-size: 13px;
  line-height: 15px;
}
.info-blocks__wrapper .info-block .subtitle {
  color: #000;
  font-size: 10px;
  line-height: 12px;
  margin-top: 9px;
}
@media screen and (max-width: 989px) {
  .info-blocks__wrapper .info-block .subtitle {
    margin-top: 8px;
  }
}
.info-blocks__wrapper .info-block .label {
  background: #029963;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 2px 5px 6px;
}
.info-blocks__wrapper .info-block .price {
  color: #000;
  font-size: 10px;
  line-height: 12px;
  margin-top: 4.5px;
}
.info-blocks__wrapper .info-block .text {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}
