/* CSS Document */

.text-blue-500{ color:#3B3F88 !important;}
.text-red-500{color:#EE3A5E !important;}
.text-brand-yellow{color:#FF8C09 !important;}
.price-table{ font-size:36px; font-weight: bold; color: #000; position: relative;}
.price-table span{ color: #4a4a4a;}
.des-table-price{ padding-bottom: 24px; border-bottom:1px solid #D7E0EC; color: #000;}
.rank-table{ color: #000; font-size: 28px; margin-top: 20px;}
.tiers-card .flex-col .price-table:after{ position: absolute; display: block; width: 71px; height: 22px; bottom: -5px; content: "";}
.tiers-card>.flex-col:nth-child(1) .price-table:after{background: url("images/Group-1000002550.svg");}
.tiers-card>.flex-col:nth-child(2) .price-table:after{background: url("images/Group-19570.svg");}
.tiers-card>.flex-col:nth-child(3) .price-table:after{background: url("images/Group-19571.svg");}

