.product_caption .zpimage-caption {
    display: flex !important;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
}

.newsletter
{
display: flex;
flex-direction: column
}
@media screen and (max-width: 768px) {
    .custom-row{
        gap:32px;
    }
.theme-footer-area .culomn1 {
    order:1;
}
.theme-footer-area .culomn2 {
    order:2;
}
.theme-footer-area .culomn3 {
    order:3;
}
}