.introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  min-height: 500px;
  background: url('../images/parts.png') no-repeat center center, rgba(0, 0, 0, 0.4);
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center;
}

.sLine {
  width: 50px;
  height: 5px;
  background: #dd0000;
}

.aLine {
  width: 50px;
  height: 5px;
  background: white;
}

.mHead {
  font-family: Or;
  font-size: 40px;
  padding: 0 40px 0 40px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.xHead {
  font-family: Or;
  font-size: 40px;
  padding: 0 40px 0 40px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.xHead span {
  color: #dd0000;
}

.mPara {
  font-family: Or;
  font-size: 18px;
  padding: 0 40px 0 40px;
  text-align: center;
  max-width: 800px;
  color: white;
  line-height: 30px;
}

.sHead {
  font-size: 25px;
  color: black;
  font-family: Or;
}

.sPara {
  font-family: Or;
  font-size: 17px;
  max-width: 600px;
  color: black;
  line-height: 30px;
}

.cPara {
  font-family: Or;
  font-size: 17px;
  max-width: 800px;
  color: black;
  line-height: 30px;
  text-align: center;
}

.vmContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background: url('../images/world.png') no-repeat center center, rgba(0, 0, 0, 0.4);
  background-blend-mode: soft-light;
  background-size: cover;
  background-position: center center;
}

.vision, .mission {
  background: rgba(221,0,0,0.6);
  width: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  padding: 40px 80px 40px 80px;
  gap: 30px;
}

.vmHead {
  font-family: Or;
  font-size: 30px;
  text-transform: uppercase;
}

.vmPara {
  font-family: Or;
  font-size: 17px;
  /* width: 500px; */
  line-height: 30px;
  text-align: center;
}

.steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e9ecef;
  padding: 40px;
  gap: 30px;
}

.conclusion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e9ecef;
  padding: 50px;
  gap: 30px;
}

.twoButton {
  background: none;
  font-family: Or;
  padding: 10px 20px 10px 20px;
  border: 2px solid #dd0000;
  color: black;
  cursor: pointer;
  font-size: 15px;
}

.stepImageSection {
  width: 300px;
  height: 240px;
  border: 2px solid #dd0000;
  padding: 10px;
  border-top: none;
}

.stepImgL {
  border-left: none;
}

.stepImgR {
  border-right: none;
}

.stepImageSection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stepDetailSection {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.stepL {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 10px;
  gap: 40px;
}

.stepR {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: right;
  padding: 10px;
  gap: 40px;
}

@media (max-width: 1300px) {

}

@media (max-width: 768px) {
  .mHead {
    font-size: 30px;
  }
  .pPara {
      padding: 0 30px 0 30px;
  }

  .vmContainer {
    flex-direction: column;
  }

  .vision, .mission {
    width: 100%;
    padding: 20px 40px 20px 40px;
    min-height: 600px;
  }

  .introduction {
    min-height: 800px;
  }
  .stepL, .stepR {
    text-align: center;
  }

  .sPara {
    text-align: center;
    padding: 0 20px 0 20px
  }

  .stepImageSection {
    width: 350px;
  }

  .sHead {
    font-size: 20px;
  }

  .sPara {
  }
}
