.dreamImg-bg{
    overflow: hidden;
    padding-left: 90px;
}
.dreamImg{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.dreamImg-man{
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

.dreamImg-words{
    max-width: 80%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 6%;
}

@media all and (max-width:1000px) {.dreamImg-bg{padding-left: 0;}}




