body {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 100vh; */
  background-image: url('../img/LandingPageBG.jpg');
}
hr {
  color: rgb(255, 205, 39);
  position: relative;
  margin: 2em auto 0.5em auto;
  width: 15%;
  min-height: 4px;
  opacity: 1;
}
.moveSize {
  width: 100%;
}
.mainText {
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 1.5px;
  text-align: left;
  margin: 0 auto;
}
.pointText1 {
  font-size: 1.8rem;
  color: #ffcd27;
}
.pointText2 {
  font-size: 1.8rem;
  color: #ffcd27;
}
.mainTitle {
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 0.7px;
  position: relative;
}
.mainTitle::before {
  content: '';
  /* -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0); */
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #48e3ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.mainTitle::after {
  content: '';
  /* -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #cf73f8;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  bottom: 0;
}
.subTitle {
  box-sizing: border-box;
  line-height: 0.8;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.subTitle::before {
  content: '';
  /* -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0); */
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #48e3ff;
  position: absolute;
  margin-left: -10px;
  width: 8px;
  height: 8px;
}
.subTitle::after {
  content: '';
  /* -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #cf73f8;
  position: absolute;
  margin-left: 2px;
  width: 8px;
  height: 8px;
  bottom: 0;
}
