﻿.pebble h2 {
    text-align: center;
    color: #212529;
    background: #F3F3F3;
    position: relative;
}

@media(max-width: 992px) {
    .pebble {
        width: auto;
        margin-left: 9px;
    }

    .pebble h2 {
        font-size: 22px;
        margin: 30px 0 0 16px;
    }

    .pebble .pebble-embed-container {
        --item-width: 124px !important;
        --item-spacing: 10px !important;
    }
}

@media(min-width: 992px) {

    .pebble {
        max-width: 1291px;
        margin: auto;
        padding-top: 42px;
        padding-right: 14px;
    }

    .pebble h2 {
        font-size: 26px;
        margin-left: 44px;
    }

    .pebble .pebble-embed-container {
        --item-width: 244px !important;
        --item-spacing: 11px !important;
    }
}
