/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.store-buttons .col-sm-6 img {
    height: 90px; /* Altura fija */
    width: auto; /* Ajuste proporcional del ancho */
}

.store-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Asegura que los elementos se apilen en pantallas pequeñas */
}
.store-buttons .col-sm-6 {
    display: flex;
    justify-content: center;
}

.store-buttons img {
    width: 100%; /* Mismo ancho */
    max-width: 200px; /* Limitar ancho máximo */
    height: auto; /* Altura proporcional */
}