.block-selling-points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0 0;
}
.block-selling-points.centered {
    justify-content: center;
}
.block-selling-points .block-selling-points__point {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    background: #e8f2f7;
    color: #333;
    font-weight: 600;
    font-size: 0.875rem;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
}

@media (max-width: 420px) {
    .block-selling-points .block-selling-points__point {
        white-space: normal;
        padding: 0.4rem 1.2rem;
        font-size: 0.8125rem;
    }
}
