.disc_spine-banner {
  background-image: url(../image/disc_spine.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.cause {
  background-image: url(../image/cn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 65px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.point {
  margin-bottom: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.point-img {
  width: 8%;
  margin-right: 10px;
}

.point-img img {
  width: 100%;
}

.sym-box {
  
  width: 317px;
  height: 319px;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.sym-box:hover {
  transform: translate(0, -10px);
}

/* .sym-box::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 20px solid transparent;
  border-bottom-color: var(--primary-color);
  left: 98%;
  transform: rotate(90deg);
  top: 45%;
}

.sym-box::before {
  content: "1";
  position: absolute;
  width: 70px;
  height: 67px;
  background-color: var(--primary-color);
  border-radius: 8px 0 0 15px;
  left: -18%;
  top: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
} */

.sym-txt {
  width: 72%;
  position: absolute;
  top: 64%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.sym-txt h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #f97a0a;
  margin-bottom: 15px;
}

.sym-box img {
  width: 100%;
}

.point-txt {
  width: 80%;
  text-align: left;
}

.sym-txt p {
  width: 85% !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 22px !important;
  color: #444444 !important;
}

.point-txt h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.disc {
  margin-bottom: 100px;
}

.disc-content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.disc-box {
  width: 16%;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.disc-box:hover {
  transform: translate(0, -10px);
}

.disc-box img {
  width: 100%;
}

.disc-inner {
  width: 78%;
  position: absolute;
  top: 52%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.disc-inner p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #444444;
  margin-bottom: 0px;
}

.disc h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
  margin-top: 64px;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.disc h4::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--secondary-color);
  top: 53%;
  transform: translateY(-50%);
  left: 36%;
}

.sym-parent {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
