.sc__sportsInjury-advantage .thumbnail-card-list .thumbnail-card-item {
  padding: 4rem 4rem 5rem;
}

.sc__sportInjury-feature .nametag-list .nametag-item .image {
  background: #f2f1f8;
}

.sc__sportInjury-treatment .flex-container {
  display: flex;
  align-items: center;
}

.sc__sportInjury-treatment .flex-container .image-wrap {
  width: 48%;
  flex-shrink: 0;
}

.sc__sportInjury-treatment .flex-container .title-wrap {
  flex: 1;
  width: 100%;
  padding-right: 10rem;
}

.sc__sportInjury-treatment .flex-container .title-wrap:lang(en) {
  padding-right: 5rem;
}

.sc__sportInjury-treatment .flex-container {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #64a1c4;
}

.sc__sportInjury-process .parallax-bg {
  background: url("/assets/img/pages/sports-injury/sportsInjury_sc3_process_bg.png") no-repeat 50% 50% / cover;
}

@media (max-width: 1024px) {
  .sc__sportInjury-treatment .flex-container {
    flex-direction: column;
  }

  .sc__sportInjury-treatment .flex-container .title-wrap,
  .sc__sportInjury-treatment .flex-container .title-wrap:lang(en) {
    padding-right: 0;
  }

  .sc__sportInjury-treatment .flex-container .image-wrap {
    width: 100%;
    max-width: 480px;
  }
}
