 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

html, body {
  font-family: 'Poppins', sans-serif;
}

.content-box {
      max-width: 750px;
      margin: 50px auto;
      border-radius: 4px;
    }
    .mission-title h1{
    font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
    }
    .mission-text {
      color: #383A3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    }
    hr {
      margin: 2rem 0;
      color: #ccc;
    }

    .mission-title{
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
    }

    .mission-text ol {
      padding-left: 18px;
    }
    /* .mission-text li {
      margin-bottom: 24px;
    } */
    .mission-text li p {
      margin-bottom: 10px;
    }