
.flexed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.invest_box{

    flex: 33.33%;
}
   
   .gc_title {
    margin: 1px;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    }
    .gc_body {
    padding: 5px 10px;
    margin: 0;
    }

    .bxn{
        box-shadow: none !important;
      }
  

    .computer {
       position: relative;
        width: 450px;
        height: 1200px;
        overflow: hidden;
    }
    
    .computerBorder {
        width: 450px;
        overflow: hidden;
        filter: drop-shadow(0 2px 10px rgba(0,0,0,0.2));
    }
    
    .c_video {
        position: relative;
        top: -540px;
        left: 0;
        width: 300px;
        padding: 10px;
        /* Put this value too  */
        z-index: -1;
    }

    @media (min-width:1358px) {
        .c_video {
            top: -560px;
        }

    }


    @media (max-width:789px) {
        .first-slider-text{
            margin-top: 100px;
        }
        .slide-header-text {
            line-height: 20px !important;
        }

    }
    
  
  
  
  