
/* r&d page start */
.r-and-d-page .event-description{
    background: #ffffff;
    text-align: justify;
    color: #000000;
  } 
  .r-and-d-page .history, .r-and-d-page .about-img{
    padding: 0;
  }
  .r-and-d-page{
    margin-top: 40px;
  }
  .r-and-d-page img{
    position: relative;
    transition: .5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    cursor: pointer;
  }
  .about-img{
    position: relative;
    overflow: hidden;
  }
  .r-and-d-page img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .capabilities-main-title{
    text-align: center;
  }
  .capabilities-main-title {
    margin: 15px 0;
}
.event-description {
    z-index: 9;
    padding: 25px 20px;
    text-align: justify;
    color: #fff;
    border-right: 1px solid #f1f1f19d;
}
.event-description p{
  font-weight: 400;
}
  @media (min-width: 992px){
.order-lg-12 {
    order: 12;
}
  }
  /* r&d page end */