.factory-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.factory-box .factory-item{
    width: 49%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
.factory-box .factory-item img{
max-width: 100%;
max-height: 100%;
}

.factory-box .factory-item h3{
        font-size: 16px;
        line-height: 3em;
}