.container {
    z-index: 2;
    position: absolute;
    top: 100vh;
    background: black;
    line-height: 30px;
    font-weight: lighter;
    padding: 100px;
    color: white;
    width: 100%;
    height: 100%;
}
.left-point{
    padding: 20px;
    text-align:left;
}
.container .left-point img{
    position: absolute;
    height: 400px;
    width: 300px;
    z-index: 0;
}

.container .left-point .container-text{ 
    position: absolute; 
    top: 30vh;
    left: 30vh;
    height: 200px;
    width: 700px;
    z-index: 0;
}