.maker {
    width: 50%;
    
    position: absolute;
    bottom: -40%;
}
.makerleft {
    width: 50%;

    position: absolute;
    bottom: -40%;
    left: 270px;
}
.work-image{
    min-height: 300px;
}

.item img {
    display: inline-block;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}