
.bpg-wrapper {
    background: #8DAA91;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
}

.bpg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.bpg-card {
    background: #ffffff;
    padding: 16px;
    border-radius: 14px;
}

.bpg-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.bpg-image-btn {
    width: 100%;
    border: 1px dashed #333;
    background: none;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.bpg-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 22px;
    background: #000;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
