.row {
    max-width: 70%;
    text-align: left;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.column {
    max-width: 70%;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
}

.card-button {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
    font-size: 18px;
    line-height: 28px;
    min-width: 158px;
    background-color: #fff;
}

.text-decoration-none {
    text-decoration: none !important;
    width: auto;
}

.card-button:hover {
    background: #ede2c8;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}