.text-addons-large {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .text-addons-large {
    font-size: 22px;
  }
}
@media screen and (min-width: 1366px) {
  .text-addons-large {
    font-size: 24px;
  }
}
@media screen and (min-width: 1536px) {
  .text-addons-large {
    font-size: 28px;
  }
}

.check-title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .check-title-wrapper {
    margin: 0 auto 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .check-title-wrapper {
    margin: 0 auto 2rem;
  }
}
.check-title-wrapper .icon {
  width: 40px;
  margin-right: 1rem;
}
@media screen and (min-width: 1366px) {
  .check-title-wrapper .icon {
    width: 48px;
  }
}
.check-title-wrapper .icon img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}
@media screen and (min-width: 1366px) {
  .check-title-wrapper .icon img {
    margin-top: 6px;
  }
}
.check-title-wrapper p {
  display: block;
}

.indications .list-wrapper .part {
  margin: 0 0 1rem;
  background-color: #f0f5fb;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .indications .list-wrapper .part {
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .indications .list-wrapper .part {
    border-radius: 32px;
    margin: 0 0 2rem;
  }
}
.indications .list-wrapper .outter {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}
.indications .list-wrapper .img-wrapper {
  order: 1;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .indications .list-wrapper .img-wrapper {
    order: inherit;
    width: 400px;
  }
}
@media screen and (min-width: 1366px) {
  .indications .list-wrapper .img-wrapper {
    border-radius: 32px;
    width: 480px;
  }
}
@media screen and (min-width: 1536px) {
  .indications .list-wrapper .img-wrapper {
    width: 560px;
  }
}
.indications .list-wrapper .content {
  order: 2;
  padding: 1rem 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .indications .list-wrapper .content {
    order: inherit;
    padding: 0;
  }
}

.contraindications .list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contraindications .list-item {
  width: 100%;
  margin: 0 0 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contraindications .list-item {
    width: calc((100% - 48px) / 3);
    margin: 0 0 24px;
  }
}
@media screen and (min-width: 1366px) {
  .contraindications .list-item {
    width: calc((100% - 96px) / 3);
    border-radius: 32px;
    margin: 0 0 48px;
  }
}
.contraindications .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.contraindications .content {
  padding: 1rem;
  text-align: center;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contraindications .content {
    height: 180px;
  }
}
@media screen and (min-width: 1366px) {
  .contraindications .content {
    padding: 2rem 3rem;
    height: 210px;
  }
}

.mri-features {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mri-features .feature-item {
  width: 100%;
  margin: 0 0 2rem;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f1f5f9;
}
@media screen and (min-width: 768px) {
  .mri-features .feature-item {
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 1366px) {
  .mri-features .feature-item {
    width: calc(50% - 64px);
    border-radius: 32px;
  }
}
.mri-features .features {
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 1366px) {
  .mri-features .features {
    padding: 2rem;
  }
}
.mri-features .features .line {
  margin: 0 0 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.mri-features .features .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.mri-features .features .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.title-feature {
  position: relative;
  padding: 1rem 2rem;
  color: #ffffff;
  font-weight: 800;
  background-color: #4B9BEB;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .title-feature {
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 1366px) {
  .title-feature {
    margin: 0 0 2rem;
    padding: 1rem 3rem;
  }
}
.title-feature span {
  display: inline-block;
  position: relative;
}
.title-feature span:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/shenying/assets/images/addons/features/icon-excalmatory.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -2rem;
  top: -6px;
}
.title-feature .icon-face {
  width: 48px;
  margin-right: 0.5rem;
}
.title-feature .icon-face img {
  display: block;
  width: 100%;
  height: auto;
}
.title-feature .icon-crown {
  width: 48px;
  margin-right: 0.5rem;
  margin-top: -24px;
}
.title-feature .icon-crown img {
  display: block;
  width: 100%;
  height: auto;
}

.mri-vs-others {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 1366px) {
  .mri-vs-others {
    border-radius: 32px;
  }
}
.mri-vs-others .vs-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mri-vs-others .vs-item {
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mri-vs-others .vs-item {
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (min-width: 1366px) {
  .mri-vs-others .vs-item {
    width: calc((100% - 96px) / 3);
  }
}
.mri-vs-others .vs-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .mri-vs-others .vs-item img {
    width: auto;
    height: 280px;
  }
}
@media screen and (min-width: 1366px) {
  .mri-vs-others .vs-item img {
    height: 320px;
    margin: 0 auto 1.5rem;
  }
}

.warning-content {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1366px) {
  .warning-content {
    border-radius: 32px;
  }
}
.warning-content .disclaimer {
  width: 100%;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1366px) {
  .warning-content .disclaimer {
    margin: 0 0 3rem;
  }
}
.warning-content .warning-item {
  width: 100%;
  margin: 0 0 1.5rem;
  border-radius: 16px;
  overflow: hidden;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .warning-content .warning-item {
    width: calc(50% - 1.5rem);
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1366px) {
  .warning-content .warning-item {
    width: calc(50% - 2rem);
    margin: 0 0 2rem;
    border-radius: 32px;
    padding: 3rem;
  }
}
.warning-content .warning-item .title {
  background-color: #4B9BEB;
  color: #ffffff;
  border-radius: 100px;
  padding: 12px;
  position: relative;
  padding-left: 102px;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1366px) {
  .warning-content .warning-item .title {
    padding: 16px;
    padding-left: 104px;
    margin: 0 0 3rem;
  }
}
.warning-content .warning-item .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4B9BEB;
  border-radius: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 96px;
  height: 96px;
  font-size: 48px;
  font-weight: 800;
  position: absolute;
}
.warning-content .part {
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 1rem;
}
@media screen and (min-width: 1366px) {
  .warning-content .part {
    margin: 0 0 3rem;
    padding-left: 4rem;
  }
}
.warning-content .part img {
  width: 80px;
  height: auto;
  display: block;
  margin-right: 1rem;
}
@media screen and (min-width: 1366px) {
  .warning-content .part img {
    width: 100px;
    margin-right: 2rem;
  }
}
.warning-content .part p {
  display: block;
  flex: 1;
}/*# sourceMappingURL=251124.css.map */