#front-mission {
  min-height: 60vh;
  font-family: "DM Sans", sans-serif;
}
#front-mission h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
#front-mission .mission-desc {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 300;
}
#front-mission .read-about {
  color: #f05633;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
#front-mission .read-about:hover {
  color: #f89734;
}
#front-mission .image-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#front-mission .image-wrapper.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
  background-color: rgb(29, 53, 79);
}
@media (min-width: 992px) {
  #front-mission .image-wrapper.bg-cover {
    position: absolute;
  }
}
@media (max-width: 767.98px) {
  #front-mission .image-wrapper.bg-cover {
    min-height: 20rem;
  }
}
#front-mission #triangle-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #1d354f;
  border-right: 100px solid transparent;
}

/*# sourceMappingURL=front-mission-block.css.map*/