.textinfo {
  margin-top: 50px;
  margin-bottom: 50px;
}
.textinfo--reverse {
  flex-direction: row-reverse;
}
.textinfo--reverse .textinfo__text-heading {
  flex-direction: row-reverse;
}
.textinfo__image--desktop {
  display: none;
}
.textinfo__image--smart {
  display: flex;
  max-width: 105px;
  width: 100%;
  display: flex;
  flex: 1 105px;
}
.textinfo__image--smart img {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textinfo__text-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.textinfo__text-heading h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  flex: 1;
}
.textinfo .textinfo__text-list {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.textinfo .textinfo__text-list::-webkit-scrollbar {
  height: 5px;
  border-radius: 4px;
  margin: 2px;
}
.textinfo .textinfo__text-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgb(228, 228, 228);
}
.textinfo p strong {
  font-weight: 600;
}
.textinfo p:has(strong) {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .textinfo.textinfo--reverse .textinfo__container {
    flex-direction: row-reverse;
  }
  .textinfo .textinfo__text-list {
    flex-wrap: wrap;
  }
  .textinfo__image--smart {
    display: none;
  }
  .textinfo__image--desktop {
    display: flex;
    max-width: 555px;
    flex: 1 320px;
  }
  .textinfo__container {
    display: flex;
    align-items: flex-start;
    gap: 55px;
  }
  .textinfo__content {
    flex: 1 40%;
  }
  .textinfo__image--desktop img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .textinfo__text-heading {
    margin-bottom: 44px;
  }
  .textinfo__text-heading h3 {
    font-size: 32px;
    line-height: normal;
  }
}
@media screen and (min-width: 1279px) {
  .textinfo {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .textinfo .textinfo__text-list {
    gap: 40px;
  }
  .textinfo p:has(strong) {
    text-align: initial;
  }
}/*# sourceMappingURL=textinfo.css.map */