/*!
Theme Name: MELLO
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rmr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* .signature-products .product-logo {
    width: fit-content;
	gap: 5vw;
	justify-content: left;
	row-gap: 32px;

}
.product-logo img{
	max-width: 200px;
} */
.product-logo {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
    width: 100% !important;
	gap: 30px;
}
.product-logo img {
    max-width: 180px;
    width: 100%;
}