.about-insoles {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.about-insoles__info {
  margin-bottom: 20px;
}
.about-insoles__info-title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-insoles__info-title {
    text-align: center;
    margin-bottom: 0;
  }
}
.about-insoles__info-text {
  margin: 0 auto;
  line-height: 1.6;
}
.about-insoles__info-text p {
  margin-bottom: 16px;
}
.about-insoles__content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.about-insoles__picture {
  flex: 0 0 40%;
}
.about-insoles__picture img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-insoles__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.about-insoles__treatment {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about-insoles__treatment {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.about-insoles__treatment-title {
  justify-content: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 36px;
  color: #333;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .about-insoles__treatment-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about-insoles__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1240px;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about-insoles__tags {
    gap: 12px;
    justify-content: left;
  }
}
.about-insoles .tag {
  background-color: white;
  padding: 16px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 140%;
  margin-right: 12px;
  transition: all 0.3s ease;
  box-shadow: var(--amc-box-shadow);
}
@media screen and (max-width: 768px) {
  .about-insoles .tag {
    text-align: left;
    padding: 8px 4px 8px 4px;
  }
}
.about-insoles .tag:hover {
  background-color: #0078E4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about-insoles {
    padding: 0 16px;
  }
  .about-insoles__content {
    flex-direction: column;
  }
  .about-insoles__picture {
    width: 100%;
  }
  .about-insoles__info-title {
    font-size: 28px;
  }
}

.about-insoles__content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  align-items: center;
}

.about-insoles__content-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-insoles__content-footer-title {
  font-weight: 500;
  margin: 15px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .about-insoles__content-footer-title {
    text-align: center;
    margin: auto;
  }
}

.about-insoles__list ul li {
  margin-bottom: 8px !important;
}/*# sourceMappingURL=style.css.map */