.shipping_information{
    margin-bottom: 25px;
}
.shipping_information .manufacturing_process{
    margin-bottom: 40px;
    padding: 15px;
}
.shipping_information .manufacturing_process h2{
    text-align:center;
}
.shipping_information .manufacturing_process .step{
    width:14.28%;
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}
.shipping_information .manufacturing_process .step img{
    visibility:hidden;
}
.shipping_information .manufacturing_process .step img.visible{
    visibility:visible;
    width: 130px;
    height: auto;
    image-rendering: pixelated;
}
.shipping_information .manufacturing_process .step-2 img.visible,
.shipping_information .manufacturing_process .step-4 img.visible,
.shipping_information .manufacturing_process .step-6 img.visible{
    max-width: 60px;
    height: auto;
    image-rendering: pixelated;
}
.shipping_information .arrow{
    max-width: 60px !important;
    height: auto;
}
.shipping_information .shipping_process{
    text-align:center;
}
.shipping_information .shipping_process img{
    width:140px;
    display:inline;
}
.shipping_information .banner{text-align:center}
.shipping_information .banner img{display:inline;}
