.columns {
    text-align: center;
}

.columns__list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.columns__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 0 1 235px;
}

.columns__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background: var(--gold);
    border-radius: 16px;
    box-shadow: 0 0 0 8px #b9a87854;
    border: 1px solid var(--white);
}

.columns__image {
    max-width: 36px;
    max-height: 36px;
}

.cards__item-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;

    span {
        display: block;
        font-size: 16px;
        font-weight: 300;
    }
}
