.at-prices {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--baseBlueLight);
}

.at-prices__title {
    text-align: center;
}

.at-prices__introduction {
    max-width: 45em;
    margin: 0 auto 4rem;
    text-align: center;
}

.at-prices__pricingItem {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-bottom: 1px solid #dbdbdb;
}

.at-prices__pricingPrice {
    margin-left: 2rem;
}

@media (min-width: 768px) {
    .at-prices__pricingList {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
}
