.human{width:100%;height:100vh;z-index:0;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.398) 0,#000 100%),url(/assets/image/desktop/human_2.jpg) #d3d3d3;background-size:cover;background-position:center center;animation:moveBackground 40s infinite linear}
.human-article{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:90%}
.human_description--b{font-weight:400}
#human_description p{font-size:4.5vw;text-align:center;font-weight:100;letter-spacing:.1rem;line-height:normal}
#human_description{max-width:70%;margin:auto 4vw;display:flex;justify-content:center}
#human_logo{display:flex;justify-content:center;align-content:center}
#human_logo img{width:254px}
@media screen and (orientation:landscape) and (max-width:780px){
#human_description p{font-size:15px}
}
@media screen and (min-width:780px){
p.blur-in span {font-size: 1.5vw;letter-spacing: 0rem;line-height: 2.5rem;text-align: center;font-weight: 400;}
p.blur-in {font-size: 16px;letter-spacing: 1px;text-align: center;}
}
@keyframes moveBackground{
0%{background-position:0 0}
100%{background-position:100% 0}
}
