.col-6 {
   width: 50%;
}

.on-board {
   background: black;
   color:#ffffff;
   
  
   display: flex;
   justify-content: center;
   align-items:center; 
}

.on-board-image img{ 
  /* width:90%; */

  margin-left: 120px;
}

.on-board-content{
   text-transform: uppercase;
   font-weight:100;
   margin-top:50px;

   padding-left: 40px;
  
}
.on-board-content h1{
   letter-spacing: 2px;
   word-wrap: break-word;
   margin:0;
}

.on-board-image{
   margin-top:10px;
   margin-bottom:10px;
}

.on-board .row {
   width: 100%;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
   .on-board-image{
      margin-bottom: 50px;
   }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
   .on-board-image img {
      margin-left: 80px;
  }
}