.db2_container {
    background-color: rgb(237, 102, 71);
    color: white;
    float: left;
    height: 120px;
    margin-right:1%;
    padding: 5px;
    position: relative;
    width: 80%;
}

.db2_icon_container {
    height: 100%;
    left: 0;
    padding-top: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 80px;
}

.db2_red {
    background-color: rgb(237, 102, 71);
}
.db2_blue {
    background-color: rgb(38,125,179);
}
.db2_green {
    background-color: rgb(104,193,130);
}
.db2_orange {
    background-color: rgb(250,213,92);
}
.db2_main {
    border-left: 1px solid white;
    left: 80px;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    height:110px;
}

.db2_number {
    font-size: 1.8em;
    padding: 10px 0 5px;
}

.db2_container i {
    font-size: 50px;
}
.db2_text {
    font-size: 0.8em;
    line-height: 1.1em;
}

.t-Card, .t-Cards, .t-Cards-item {
    display: flex;
    align-items: center;
    justify-content: center;
}	
