.card-container-footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: rgb(30, 32, 49);
    padding: 60px 20px;
    gap: 40px;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 220px;
    color: white;
    background-color: rgb(30, 32, 49);
}
.p-title {
    font-size: 20px !important;
    font-weight: bold;
    color: rgb(226, 205, 83);
    margin-bottom: 10px;
    /* background-color: rgb(30, 32, 49); */
}
h4{
    background-color: inherit;
}

