.product-segment{
    width: 50%; 
    margin: auto;
    /* text-align: center; */
}
@media screen and (max-width: 980px) {
    .product-segment{
    width: 100%;
}
}