.valueSw {
  padding: 50px 0;
}
.valueSw .footerPatern svg:nth-child(1){
  bottom: 0;
  top: unset;
}
.valueSw .footerPatern svg:nth-child(2){
  top: 0;
  bottom: unset;
  transform: rotate(-90deg);
}
.valueSw .footerPatern svg{
  animation: unset;
  transition: unset;
  opacity: 0.3;
}
.valueBoxItem{
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  padding-top: 40px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.valueSw .swiper-slide >svg{
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -25px;
}
.valueBoxItem .valueTitle{
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.valueBoxItem .valueDesc{
  font-size: 14px;
  line-height: 32px;
}
.valueBoxItem .valueTitle::after{
  position: absolute;
  content: '';
  background-color: var(--color3);
  width: 24px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media (max-width: 760px){

}