
.cbse-wrapper
{
    height: 90vh;
    position: relative;
  display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/Grid.png");
background-color: #F8F8F8;
}


@media only screen and (max-width: 770px) {
    .cbse-wrapper
    {
        /* height: ; */
        position: relative;
      display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    }
    .cbse-sec3-wrapper .card
    {
        margin-right: 0px;
    }
    .cbse .sec2-txt-wrapper
    {
      padding-bottom: 0px;
    }
    
   

  }