.s4-medicalSolutions .s4-banner {
  background: url("/web/shiwaicloud/s4-file/assets/img/medicalSolutions/banner.png") no-repeat center;
  background-size: cover;
}
.s4-medicalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle span {
  margin-bottom: 40px;
}
.s4-medicalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle p {
  color: #555555;
  font-size: 15px;
}
.s4-medicalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle p i {
  margin: 0 20px;
}
@media (max-width: 768px) {
  .s4-medicalSolutions .s4-banner {
    background: url("/web/shiwaicloud/s4-file/assets/img/medicalSolutions/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-medicalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle {
    padding-bottom: 5vw;
  }
  .s4-medicalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle span {
    margin-bottom: 5vw;
    font-size: 6vw;
  }
  .s4-medicalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle p {
    color: #555555;
    font-size: 3.1vw;
    text-align: left;
  }
  .s4-medicalSolutions .s4-banner .s4-defaultWidth .s4-bannerTitle .s4-button {
    display: none;
  }
}
.s4-medicalSolutions .s4-navNavigation {
  background: #F4F4F4;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  gap: 150px;
  width: 100%;
}
.s4-medicalSolutions .s4-navNavigation .s4-itemGuide {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  color: #2D2D2D;
}
.s4-medicalSolutions .s4-navNavigation .colorCategory {
  color: #004CFF;
}
.s4-medicalSolutions .s4-navNavigation .yingJingUnderline {
  height: 1.5px;
  background: #004CFF;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .s4-medicalSolutions .s4-navNavigation {
    box-shadow: 0px 3px 6px 1px rgba(0, 20, 87, 0.16);
    background: #FFFFFF;
    justify-content: normal;
    top: 0;
    gap: 8vw;
    width: 100%;
    overflow-y: auto;
    padding: 0 5vw;
  }
  .s4-medicalSolutions .s4-navNavigation::-webkit-scrollbar {
    display: none;
  }
  .s4-medicalSolutions .s4-navNavigation .s4-itemGuide {
    font-family: "PingFang Regular";
    font-size: 4vw;
    white-space: nowrap;
    padding: 5vw 0;
    cursor: pointer;
    color: #222222;
    font-weight: bold;
  }
  .s4-medicalSolutions .s4-navNavigation .colorCategory {
    color: #004CFF;
  }
  .s4-medicalSolutions .s4-navNavigation .yingJingUnderline {
    height: 1.5px;
    background: #004CFF;
    position: absolute;
    bottom: 0vw;
  }
  .s4-medicalSolutions .s4-navNavigation.s4-fixed {
    top: 15vw !important;
  }
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  margin-top: 50px;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme {
  background: #FCFDFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #C8CEDF;
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within {
  display: flex;
  width: 425px;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  flex-shrink: 0;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
  font-size: 20px;
  color: #191919;
  display: flex;
  margin-bottom: 10px;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
  color: #555555;
  line-height: 25px;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-rotate {
  position: absolute;
  width: 292px;
  height: 292px;
  background: #CCDAFC;
  border-radius: 64px 64px 64px 64px;
  -webkit-border-radius: 64px 64px 64px 64px;
  -moz-border-radius: 64px 64px 64px 64px;
  -ms-border-radius: 64px 64px 64px 64px;
  -o-border-radius: 64px 64px 64px 64px;
  z-index: -1;
  transform: rotate(45deg);
  animation: rotate 3s linear infinite;
  -webkit-animation: rotate 3s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
  width: 297px;
  height: 297px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
}
.s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    position: relative;
    margin-top: 5vw;
  }
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
    gap: 4vw;
  }
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within {
    display: flex;
    width: auto;
    padding: 5vw;
    background: linear-gradient(182deg, #F6F7FF 0%, #FEFEFF 100%);
    box-shadow: 0px 3px 6px 1px rgba(18, 30, 91, 0.16);
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #F6F7FF;
  }
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription span img {
    width: 10vw;
    height: 10vw;
    margin-right: 2vw;
  }
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-itemProgramme .s4-within .s4-labelDescription p {
    line-height: 6vw;
  }
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-rotate {
    display: none;
  }
  .s4-medicalSolutions .s4-advantagesOfThePlan .s4-defaultWidth .s4-currentSection .s4-middleDisplay .s4-picture {
    display: none;
  }
}
.s4-medicalSolutions .s4-productFeatures {
  background: url("/web/shiwaicloud/s4-file/assets/img/medicalSolutions/productFeatures.png") no-repeat center;
  background-size: cover;
}
.s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-title-Description span {
  color: #fff;
}
.s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 100%);
}
.s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem .s4-labelDescription {
  text-align: center;
}
.s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem span {
  color: #191919;
  display: block;
  margin: 15px 0;
  font-size: 18px;
}
.s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem p {
  color: #555555;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-title-Description span {
    color: #fff;
  }
  .s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem {
    padding: 5vw;
    flex-direction: row;
  }
  .s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem img {
    width: 9vw;
    flex-shrink: 0;
    margin-right: 4vw;
  }
  .s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem .s4-labelDescription {
    text-align: left;
  }
  .s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem .s4-labelDescription span {
    margin: 2vw 0 0 0;
    font-size: 4vw;
  }
  .s4-medicalSolutions .s4-productFeatures .s4-defaultWidth .s4-currentSection .s4-itemProblem .s4-labelDescription p {
    text-align: left;
    line-height: 6vw;
    font-size: 3vw;
    margin-top: 2vw;
  }
}
.s4-medicalSolutions .s4-schemeArchitecture {
  padding-top: 50px;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 50px 0 0 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(0, 31, 93, 0.16);
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription {
  padding: 30px;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-mainTitle {
  font-size: 20px;
  margin-bottom: 30px;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title span {
  color: #222222;
  font-size: 15px;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram p {
  color: #555555;
  margin-top: 10px;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram:not(:last-child) {
  margin-bottom: 30px;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-simplePicture {
  padding: 30px;
  background: url("/web/shiwaicloud/s4-file/assets/img/medicalSolutions/back.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-simplePicture img {
  width: 100%;
}
@media (max-width: 768px) {
  .s4-medicalSolutions .s4-schemeArchitecture {
    padding-top: 5vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection {
    display: flex;
    flex-direction: column-reverse;
    margin: 5vw 0 0 0;
    box-shadow: none;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription {
    padding: 5vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-mainTitle {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title {
    display: flex;
    align-items: center;
    gap: 2vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title img {
    width: 3vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram .s4-title span {
    color: #222222;
    font-size: 4vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram p {
    margin-top: 2vw;
    line-height: 6vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-textDescription .s4-itemMarkingDiagram:not(:last-child) {
    margin-bottom: 5vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth .s4-currentSection .s4-simplePicture {
    padding: 5vw;
  }
  .s4-medicalSolutions .s4-schemeArchitecture .s4-defaultWidth a {
    color: #fff;
    background-color: #2766FC;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35vw;
    height: 10vw;
    border-radius: 0.5vw;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: 0.5vw;
    -ms-border-radius: 0.5vw;
    -o-border-radius: 0.5vw;
    margin-left: auto;
    font-size: 4vw;
  }
}
.s4-medicalSolutions .s4-aBackground {
  background: url("/web/shiwaicloud/s4-file/assets/img/medicalSolutions/cooperativePartner.png") no-repeat center;
  background-size: cover;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner {
  padding: 50px 0 0 0;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection {
  display: flex;
  flex-direction: column;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #CACBE2;
  gap: 100px;
  position: relative;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-itemthatSOks {
  padding: 30px;
  font-size: 15px;
  cursor: pointer;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-SingleUnderline {
  position: absolute;
  bottom: -1px;
  background-color: #004CFF;
  height: 2px;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-selectClass {
  color: #004CFF;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 1px rgba(5, 29, 93, 0.16);
  display: none;
  grid-template-columns: repeat(2, 1fr);
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 25px;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text img {
  margin-top: 9px;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text p {
  color: #555555;
}
.s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-visibleAndHidden {
  display: grid;
  animation: entryAnimations 1s ease;
  -webkit-animation: entryAnimations 1s ease;
}
@keyframes entryAnimations {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner {
    padding: 5vw 0 0 0;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation {
    gap: 15vw;
    border-bottom: 1px solid #EEEEEE;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-itemthatSOks {
    padding: 5vw 0;
    font-size: 3.5vw;
    cursor: pointer;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-currentPageNavigation .s4-SingleUnderline {
    position: absolute;
    bottom: 0vw;
    background-color: #004CFF;
    height: 0.7vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei {
    flex-direction: column-reverse;
    margin: 5vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy {
    padding: 5vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text {
    gap: 3vw;
    line-height: 7vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text img {
    margin-top: 2vw;
    width: 4vw;
    flex-shrink: 0;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-textCopy .s4-text p {
    font-size: 3.5vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-singleImage {
    width: 100%;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-itemNei .s4-singleImage img {
    width: 100%;
  }
  .s4-medicalSolutions .s4-aBackground .s4-cooperativePartner .s4-defaultWidth .s4-currentSection .s4-visibleAndHidden {
    display: flex;
    animation: entryAnimations 0.5s ease;
    -webkit-animation: entryAnimations 0.5s ease;
  }
}
.s4-medicalSolutions .s4-aBackground .s4-customerService {
  padding: 50px 0 50px 0;
}
.s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService {
  background: linear-gradient(182deg, #FFFFFF 0%, #FEFEFF 100%);
  box-shadow: 0px 3px 6px 1px rgba(18, 30, 91, 0.16);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout {
  display: flex;
  align-items: center;
  width: 100%;
}
.s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-layout span {
  display: flex;
  margin: 20px 0;
  justify-content: center;
  color: #222222;
  font-size: 18px;
}
.s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService p {
  color: #555555;
  line-height: 25px;
  font-size: 13.5px;
}
@media (max-width: 768px) {
  .s4-medicalSolutions .s4-aBackground .s4-customerService {
    background-color: #F8F9FB;
    padding: 5vw 0;
  }
  .s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    text-align: center;
  }
  .s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService {
    padding: 5vw;
    height: 37vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles {
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 100%;
  }
  .s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles img {
    width: 8vw;
    height: 8vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService .s4-imageTitles span {
    margin: 0;
    font-size: 4.5vw;
  }
  .s4-medicalSolutions .s4-aBackground .s4-customerService .s4-defaultWidth .s4-currentSection .s4-itemCustomerService p {
    line-height: 6vw;
    font-size: 3.3vw;
    padding-left: 12vw;
    text-align: left;
    margin-top: 2vw;
  }
}

@media (max-width: 768px) {
  .s4-medicalSolutions {
    background-color: #FBFBFE;
  }
}

/*# sourceMappingURL=medicalSolutions.css.map */
