.striped-table {
    width: 100%;
    border-collapse: collapse;
}

.striped-table thead tr th{
    background: #232d6f;
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding:8px 12px;
}

.striped-table th, .striped-table td {
    padding: 8px 12px;
}

.striped-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9; /* cor da linha ímpar */
}

.striped-table tbody tr:nth-child(even) {
    background-color: #ffffff; /* cor da linha par */
}

a.btn {
    background: #232d6e;
    -moz-user-select: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 17px 24px;
    border-radius: 5px;
    min-width: 200px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    margin-top: 20px;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3340b6;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}
.card{
    color: #0a0c0d;
    padding: 20px;
}
.card .icon{
    align-content: center;
    width: 20%;
    float: left;
    margin-right: 2%;

}
.card .text{
    color: #0a0c0d;
    float: left;
    width: 75%;
    margin-top: 7px;
}
.card .text p{
    padding: 0;
    margin: 0;

}
.card .text p span{
    font-weight: bold;
    color: #232d6d;
}
