.about-us-list h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 110.8%;
  color: #3b4a66;
  font-family: myFirstFont;
  margin-top: 40px;
}
.about-us-list p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #444444;
  /* font-family: 'Poppins', sans-serif; */
}
.milestone {
  position: relative;
}
.milestone img {
  position: absolute;
}
.about-us-list img {
  width: 80%;
}
.about-1 img {
  margin-top: 20px;
}
.about-1 {
  margin-bottom: 30px;
}
.milestone-no {
  display: flex;
}
.vision-mission {
  background: #f8f8f8;
  padding: 0px 90px 20px;
}
.vision-mission h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #3b4a66;
  margin-top: 45px;
  text-transform: uppercase;
  font-family: myFirstFont;
  text-align: center;
}
.vision-mission p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #444444;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.milestone-no h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 110.8%;
  text-align: center;
  font-family: myFirstFont;
}
.milestone-no p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #52423b;
  opacity: 0.5;
  font-family: myFirstFont;
}
.p-r-0 {
  padding-right: 0;
}
.milestone {
  background-image: url(../../frontend-assets/images/Rectangle-new.png),
    url(../../frontend-assets/images/Rectangle-new-one.png);
  opacity: 0.8;
  position: absolute;
  left: -74px;
  top: 105px;
  right: 0;
  padding: 95px;
  padding-right: 0;
  /* color: black; */
}
.mr-50 {
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .vision-mission {
    background: #f8f8f8;
    padding: 26px;
    width: 90%;
  }
  .milestone-no h4 {
    font-size: 30px;
  }
  .milestone-no p {
    font-size: 12px;
  }
  .milestone {
    padding: 50px;
    left: 0;
    top: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
  }
  .vision-mission {
    background: #f8f8f8;
    padding: 50px;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .about-img {
    padding: 0;
  }
  .vision-mission {
    padding: 23px;
  }
  .about-us-list img {
    width: 100%;
  }
  .milestone {
    padding: 15px;
  }
  .mob-text {
    text-align: justify;
  }
}
.learn-more {
  background: #c69537;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  padding: 10px 44px;
  position: relative;
  left: 4px;
  margin-top: 20px;
}
#more {
  display: none;
}
.read-moreabt {
  background: #c69537;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  padding: 10px 44px;
  position: relative;
  left: 0px;
  margin-top: 20px;
}
.our-journey {
  font-weight: normal !important;
  font-size: 14px !important;
  letter-spacing: 0.02em;
  color: #444444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  opacity: unset !important;
}
