.zoom_boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.zoom_box{
    width: 500px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.zoom_box_img{
    margin-right: 10px;
}