.ps-grid-6d7381d0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ps-card-6d7381d0 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Beautiful 4-leaf flower mask shape */
.ps-image-wrapper-6d7381d0 {
    position: relative;
    width: 250px;
    height: 250px;
    margin-bottom: 25px;
    padding: 6px; /* Editable border width space */
    
    /* Flower mask applied to the wrapper to clip the border */
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 8 C68 -5 95 10 95 32 C95 48 82 50 82 50 C82 50 95 52 95 68 C95 90 68 105 50 92 C32 105 5 90 5 68 C5 52 18 50 18 50 C18 50 5 48 5 32 C5 10 32 -5 50 8 Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 8 C68 -5 95 10 95 32 C95 48 82 50 82 50 C82 50 95 52 95 68 C95 90 68 105 50 92 C32 105 5 90 5 68 C5 52 18 50 18 50 C18 50 5 48 5 32 C5 10 32 -5 50 8 Z"/></svg>');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    
    background: #c8a951; /* Default Border Color */
}

.ps-image-mask-6d7381d0 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    /* Inner mask for the image itself */
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 8 C68 -5 95 10 95 32 C95 48 82 50 82 50 C82 50 95 52 95 68 C95 90 68 105 50 92 C32 105 5 90 5 68 C5 52 18 50 18 50 C18 50 5 48 5 32 C5 10 32 -5 50 8 Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 8 C68 -5 95 10 95 32 C95 48 82 50 82 50 C82 50 95 52 95 68 C95 90 68 105 50 92 C32 105 5 90 5 68 C5 52 18 50 18 50 C18 50 5 48 5 32 C5 10 32 -5 50 8 Z"/></svg>');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.ps-title-6d7381d0 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}

.ps-button-6d7381d0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 25px;
    border: 3px solid #c8a951;
    border-radius: 30px;
    color: #4a2b12;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    background: transparent;
}

.ps-button-6d7381d0:hover {
    background: #c8a951;
    color: #fff;
}

.ps-button-6d7381d0 svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.ps-button-6d7381d0 i {
    font-size: 20px;
    color: currentColor;
}