.gs-product-card-block-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.gs-product-card-block {
    width: 100%;
    max-width: 354px;
    border: 1px solid var(--gs-primary-color);;
    padding: 30px;
    text-align: center;
}
.gs-product-card-block .gs-product-image {
    margin-bottom: 25px;
}
.gs-product-card-block .gs-product-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.gs-product-card-block .gs-product-title {
    font-size: 24px;
    line-height: 1.2;
}