.dashboard-card-img {
    filter: brightness(50%);
    max-height: 300px;
    height: 100%;
    object-fit: cover;
}

.info-card-img {
    filter: brightness(50%);
    max-height: 200px;
    height: 100%;
    object-fit: cover;
}

.dashboard1-img {
    background: url(../img/dashboard1.jpg) 50% 50% no-repeat;
    
    width: 100%;
    display: block;	
    position: relative;
    background-size: cover;
       
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  
    background-repeat: no-repeat;
    background-position: center center;
  }

.dashboard2-img {
    background: url(../img/dashboard2.jpg) 50% 50% no-repeat;
    
    width: 100%;
    display: block;	
    position: relative;
    background-size: cover;
       
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  
    background-repeat: no-repeat;
    background-position: center center;
  }

.dashboard3-img {
    background: url(../img/dashboard3.jpg) 50% 50% no-repeat;
    
    width: 100%;
    display: block;	
    position: relative;
    background-size: cover;
       
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  
    background-repeat: no-repeat;
    background-position: center center;
  }

  .title-fs-35 {
    color:#4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;
  }

  @media only screen and (max-width : 768px) {
    .title-fs-30 {
      font-size: 25px;
      line-height: 25px;
    }
  }