.spine-banner {
  background-image: url(../image/spine.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding: 60px 0px;
  text-align: center;
  position: relative;
}

.after::after {
  left: 34% !important;
}

.spine-box {
  width: 100%;
  margin-top: 50px;
  position: relative;
  text-align: center;
  transition: 0.5s;
    cursor: pointer;
}
.spine-box:hover{
  transform: translate(0, -10px);
}

.spine-box img {
  width: 100%;
}

.box-img {
  width: 18%;
  position: absolute;
  top: 5%;
  left: 5%;
}

.box-img img {
  width: 100%;
}

.box-txt {
  width: 80%;
  position: absolute;
  top: 30%;
  left: 52%;
  transform: translateX(-50%);
}

.box-txt h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
  margin-bottom: 5px;
  position: relative;
}

.box-txt h3::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 3px;
  background-color: var(--primary-color);
  top: 118%;
  left: 50%;
  transform: translateX(-50%);
}

.box-txt p {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  color: #444444 !important;
  line-height: 21px !important;
  margin-top: 26px !important;
  text-align: justify !important;
}

.cause {
  background-image: url(../image/Cause\ Bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 55px 0px;
  margin-bottom: 100px;
  text-align: center;
}

.cause-content {
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
.cause-box {
  width: 16%;
  padding: 13px 11px;
  border: 4px solid var(--primary-color);
  transition: 0.5s;
    cursor: pointer;
}

.cause-box:hover{
  transform: translate(0, -10px);
}

.cause-box img {
  width: 100%;
  margin-bottom: 19px;
}

.cause-box h1 {
  font-family: "Yeseva One";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--secondary-color);
  margin-bottom: 13px;
}

.cause-box p {
  margin: 0 auto !important;
  width: 68% !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #444444 !important;
  letter-spacing: 0.5px !important;
  line-height: 22px !important;
}

.spine-div{
  margin-bottom: 100px;
}

.spine-div h4 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.spine-div h4::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background-color: var(--secondary-color);
  top: 55%;
  transform: translateY(-50%);
  left: 32%;
}

.content-div{
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  
}

.content-box:hover{
  transform: translate(0, -10px);
}

.content-box{
  text-align: center;
  width: 16%;
  height:175px;
  border-radius: 70px 0px 70px 70px;
  border: 3px solid var(--secondary-color);
  padding: 32px 7px;
  transition: 0.5s;
    cursor: pointer;
}

.content-box img{
  margin-bottom: 11px;
}

.content-box p{
  font-size: 14px;
  color: #444444;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 22px;
}
