.for-investors-des {
    color: #358EF1;
}

.investor-img {
    height: 100%;
    width: 100%;
    /*display: block;*/
    /*margin: auto;*/
}

.dashboard-img {
    height: 100%;
    width: 200%;
}

.dashboard-img-parent {
    position: relative;
    z-index: 0;
}

.investor-img-parent {
    position: absolute;
    margin-top: 15%;
    margin-left: 88%;
    z-index: 1;
    height: 90%;
    overflow: hidden;
}

.content-margin {
    margin-top: 2%;
}

.content-img-margin {
    margin-top: 3%;
}

@media (max-width:768px){
    .content-img-margin {
        margin-bottom: 5%;
    }
    
    .investor-img-parent {
        margin-top: 13%;
        margin-left: 75%;
    }
}
