*{box-sizing: border-box;margin: 0px;padding: 0px;}
img{width: 100%;}
.page-width{width: 1450px;margin: 0 auto;}
body{font-family: 'Rubik', sans-serif;
height: 100vh;
overflow: hidden;}
.come-img{position: relative;}
.come-img::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(48,48,48,1) 51%, rgba(0,0,0,1) 100%);
opacity: 0.9;
z-index: 0;
    position: absolute;
}
.info img{max-width: 440px;}
.info{position: fixed;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
color: #fff;}
.info p{font-size: 24px;
    line-height: 36px;}