#dashboard {
    padding:80px 0;
}



#dashboard .content-block {
    padding:40px;
    min-height:600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border:1px solid #f1f5f9;
}

#dashboard .image-block {
    background: #f1f5f9;
    min-height:600px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #dashboard .content-block {
        min-height:0px;
        padding:40px 15px;
    }

    #dashboard .image-block {
        min-height:530px;
    }

    #dashboard {
        padding:0;
    }

}

#dashboard .browser {
    position: absolute;
    height:500px;
    width:600px;
}

#dashboard .browser-dashboard {
    left:100px;
    top:40px;
}
