#img-fluid-cse {
    max-width: 65%;
    margin: auto;
    height: auto;
}
.logocontainer{
    margin: 0 auto;
    justify-content: center!important;
    display: flex;
}
.mobilerespo{
  display: none;
}
@media only screen and (max-width: 767px) {
    .what-cse-title{
      text-align: center;
    }
    .what-cse-text{
      text-align: center;
      margin-left: 6%;
      margin-right: 6%;
    }
    .mobilerespo{
      display: block;
      margin: 0 auto;
      justify-content: center!important;
      display: flex;
    }   
    .webrespo{
      display: none;
    }
  }

  