
.bp-wrap{
    background:#0b0908;
    color:#fff;
    border-radius:20px;
    overflow:hidden;
    font-family:Arial,sans-serif;
}

.bp-header{
    text-align:center;
    padding:60px 20px;
    background:#151515;
}

.bp-header h1{
    color:#d8b06a;
    font-size:48px;
}

.bp-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1.5fr 1.5fr 1fr;
}

.bp-head{
    background:#1a1a1a;
    color:#d8b06a;
    font-weight:bold;
}

.bp-grid div{
    padding:16px;
    border-bottom:1px solid #2b2418;
}

.bp-row:hover{
    background:#15110d;
}

.bp-btn{
    background:#d8b06a;
    color:#000;
    padding:10px 16px;
    border-radius:6px;
    text-decoration:none;
    font-weight:bold;
}

@media(max-width:767px){

    .bp-grid{
        grid-template-columns:1fr;
    }

    .bp-head{
        display:none;
    }
}
