.lp-customer-points {
    background-image: url(https://panoramastudios.am/wp-content/uploads/2025/06/image-17456102474855-50740062.png);
    background-size: cover;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 68px;
}

.lp-cp-title {

}

.lp-cp-points {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.lp-cp-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.lp-cp-points-block {
    text-align: center;
    padding: 12px 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.lp-cp-points-block p {
    font-weight: 500;
    margin: 0;
}


@media only screen and (max-width: 600px) {
    .lp-customer-points {
        flex-direction: column;
        margin: 0;
        gap: 20px;
    }

    .lp-cp-points {
        flex-direction: column;
    }
}