* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ourMision {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media only screen and (max-width: 991px) {
  .ourMision {
    padding: 40px 20px;
  }
}
.ourMision--tag {
  color: #da4002;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .ourMision--tag {
    text-align: left;
  }
}
.ourMision--title {
  color: #03091a;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .ourMision--title {
    text-align: left;
  }
}
.ourMision--subtitle {
  color: #575b65;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .ourMision--subtitle {
    text-align: left;
    font-size: 14px;
  }
}
.ourMision--desc {
  color: #575b65;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
  text-align: center;
  max-width: 850px;
}
@media only screen and (max-width: 991px) {
  .ourMision--desc {
    text-align: left;
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.ourMision__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .ourMision__content {
    flex-direction: column-reverse;
  }
}
.ourMision__content__left {
  width: 50%;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .ourMision__content__left {
    width: 100%;
    padding-right: 0px;
    margin-top: 50px;
  }
}
.ourMision__content__left--title {
  color: #03091a;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
  text-align: left;
}
.ourMision__content__left--subtitle {
  color: #717683;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: left;
  max-width: 591px;
}
.ourMision__content__left__points__point {
  display: flex;
}
.ourMision__content__left__points__point__number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 49px;
  height: 49px;
  transform: translate(-50%);
  background: white;
}
.ourMision__content__left__points__point__number--circle {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #a3571f;
}
.ourMision__content__left__points__point__number--circle::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -10%;
  height: 120%;
  width: 25px;
  background-color: #ffffff;
}
.ourMision__content__left__points__point__number--number {
  position: relative;
  font-weight: 500;
  color: #03091a;
  font-size: 21px;
}
.ourMision__content__left__points__point__text {
  max-width: 529px;
}
.ourMision__content__left__points__point__text--title {
  color: #03091a;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 12px;
  text-align: left;
}
.ourMision__content__left__points__point__text--desc {
  color: #717683;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 27px;
  text-align: left;
  max-width: 450px;
}
.ourMision__content__right {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .ourMision__content__right {
    width: 100%;
  }
}
.ourMision__content__right img {
  width: 100%;
  height: auto;
  max-width: 714px;
}

.ourMision__content__left__points{
  position: relative;
}

.ourMision__content__left__points::before{
  content: "";
    height: 66%;
  width:1px;
  background: 
  left: 0;
  top: 0;
  border-left: 1px dashed rgba(163, 87, 31, 0.5);
  position: absolute;
}