.work{display:flex;padding:2rem 0;justify-content:space-around;align-items:center;font-family:poppins}.work .left{width:40%;color:var(--main-color)}.work .left .work-title{font-size:2vw;display:flex;align-items:flex-end}.work .left .mobile-img{height:100%;width:100%;display:none}.work .left .description{font-size:1vw}.work .left .tools{margin-top:.5rem;font-weight:600;font-size:1vw}.work .left .tools span{font-weight:400}.work .left .tools .design{margin-top:.5rem}.work .left .links{margin-top:2rem}.work .left .links a{background-color:var(--secondary-color);padding:.5rem 1rem;color:var(--main-color);text-decoration:none;border-radius:5px;opacity:.9}.work .left .links a i{font-size:1.2rem}.work .left .links a i:hover{color:#00f2ea}.work .left .links a:hover{opacity:1}.work .left .links a.disabled{pointer-events:none;opacity:.3}.work .right{width:40%}@media only screen and (max-width:1024px){.work{flex-direction:column;justify-content:center;align-items:center;padding:3rem 0}.work .left{width:90%}.work .left .work-title{font-size:4vw;margin-top:1rem}.work .left p{font-size:1rem!important}.work .left .mobile-img{display:block;margin-top:1rem}.work .right{display:none}}@media only screen and (max-width:600px){.work{flex-direction:column;justify-content:center;align-items:center;padding:1rem 0 2rem 0}.work .left{width:100%}.work .left .work-title{font-size:6vw}.work .left p{font-size:1rem!important}.work .left .links{margin-top:1rem!important}}