.sc__neck-cause .flex-right {
  display: flex;
  justify-content: flex-end;
}

.sc__neck-reason .full-width-image {
  background-image: url("/assets/img/pages/disease/neck_sc2_reason_img.png");
  background-position: 40% 50%;
}

@media (max-width: 960px) {
  .sc__neck-cause .title-wrap {
    text-align: center;
  }

  .sc__neck-cause .flex-half {
    gap: 0;
  }

  .sc__neck-cause .flex-right {
    justify-content: center;
  }
}
