body {
  background-color: #000000;
  color: #ffffff;
}

.coreconcept-container {

  .row {
    margin: 40px 10px;
  }
  .coreconcept-section {

    p {
      line-height: 1.7;
      margin: 10px 10px;
      i {
        color: darkgrey;
      }
    }

    .fs-4 {
      font-size: 1.2rem !important;
    }

  }


  .highlight {
    color: #CB297B;
    font-weight: 200;
    strong {
      font-weight: bolder;
    }
  }

  .coreconcept {

    padding: 0px 50px;
    margin-top: 50px;

    h2 {
      border-top: 5px solid #CB297B;
      margin: 0px 10px;
      padding: 10px 0px;
      span {
        font-weight: 100;
      }
    }
  
    p {
      line-height: 1.7;
      margin: 10px 10px;
      i {
        color: darkgrey;
      }
    }

    .fs-4 {
      font-size: 1.3rem !important;
    }


    img {
      max-width: 80%;
      max-height: auto;
    }
  
  }

}


