.topic-page .db-store-points {
    color: #333;
    padding: 28px 0 84px;
    text-align: center;
    width: 100%;
}

.topic-page .db-store-points * {
    box-sizing: border-box;
}

.topic-page .db-store-points__header {
    margin: 0 auto;
}

.topic-page .db-store-points__title {
    border-bottom: 1px solid #bfbfbf;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 24px;
}

.topic-page .db-store-points__intro {
    color: #333;
    font-size: 14px;
    line-height: 1.65;
    margin: 12px auto 0;
    max-width: 540px;
}

.topic-page .db-store-points__grid {
    align-items: start;
    display: grid;
    gap: 72px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 70px auto 0;
    max-width: 1090px;
}

.topic-page .db-store-points__column {
    min-width: 0;
}

.topic-page .db-store-country + .db-store-country {
    margin-top: 36px;
}

.topic-page .db-store-country__title {
    border-bottom: 1px solid #bdbdbd;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 26px;
    max-width: 200px;
    padding: 0 0 8px;
    text-transform: uppercase;
}

.topic-page .db-store-city + .db-store-city {
    margin-top: 31px;
}

.topic-page .db-store-city__title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.topic-page .db-store-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topic-page .db-store-list li {
    color: #333;
    font-size: 15.5px;
    line-height: 1.25;
    list-style: none;
    margin: 0 0 7px;
}

@media (max-width: 992px) {
    .topic-page .db-store-points__grid {
        gap: 54px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }
}

@media (max-width: 640px) {
    .topic-page .db-store-points {
        padding: 24px 0 56px;
    }

    .topic-page .db-store-points__title {
        font-size: 19px;
        padding-bottom: 18px;
    }

    .topic-page .db-store-points__intro {
        font-size: 13.5px;
        line-height: 1.55;
        max-width: 300px;
    }

    .topic-page .db-store-points__intro br {
        display: none;
    }

    .topic-page .db-store-points__grid {
        gap: 38px;
        grid-template-columns: 1fr;
        margin-top: 48px;
        max-width: 340px;
    }

    .topic-page .db-store-country + .db-store-country {
        margin-top: 34px;
    }

    .topic-page .db-store-country__title {
        font-size: 19px;
        margin-bottom: 22px;
    }

    .topic-page .db-store-city__title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .topic-page .db-store-list li {
        font-size: 15px;
    }
}
