@media screen and (max-width:1080px ){
    .desc{
        width: 50%;
        position: absolute;
        top: 250px;
    }
    .dream{
        width: 80%;
        position: absolute;
    }
    .svg{
        opacity: 0.5;
    }
    .box{
        position: absolute;
        top: 400px;
    }
}