.stats_box, .stats_box_bottom {
    width: 32%; height: 48%; border-radius: 12px; border: 1px solid #C8C8C8; box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.08); padding: 24px 32px;
}

.stats_box_bottom {
    padding: 8px 32px !important;
}

.stats_box .text, .stats_box .graph {
    width: 100%;
}

.stats_box .text h1 {
    font-size: 28px; font-weight: 400; color: #63676A; line-height: 1.4;
}

.stats_box .text h1 span {
    font-size: 28px; font-weight: 700; color: #3677FE; line-height: 1.4;
}

.stats_box .text h2 {
    font-size: 20px; font-weight: 500; color: #A8A8A8; line-height: 1.4; margin-bottom: 12px;
}

.stats_box .text h6 {
    font-size: 16px; font-weight: 500; color: #A8A8A8; line-height: 1.4;
}

.stats_box .text p {
    font-size: 14px; font-weight: 300; color: #63676A; line-height: 1.4; margin-top: 8px;
}

.stats_box_bottom .text_bottom,
.stats_box_bottom .graph_bottom {
    width: 100%; height: 40%;
}

.stats_box_bottom .summary_bottom {
    width: 100%; height: 20%; background-color: #F6F9FF; border-radius: 4px; padding: 12px 24px; display: flex; flex-direction: column; justify-content: space-between;
}

.stats_box_bottom .summary_bottom p {
    font-size: 14px; font-weight: 500; line-height: 1.6; display: flex; align-items: center; gap: 4px;
}

.stats_box_bottom .summary_bottom span {
    font-size: 12px; font-weight: 400; line-height: 1.6;
}

.stats_box_bottom .summary_bottom span#plus {
    color: #FF6B6B;
}

.stats_box_bottom .summary_bottom span#minus {
    color: #3677FE;
}

.stats_box_bottom .text_bottom h1 {
    font-size: 28px; font-weight: 400; color: #63676A;
}

.stats_box_bottom .text_bottom h1 span {
    font-size: 28px; font-weight: 700; color: #3677FE;
}

.stats_box_bottom .text_bottom h2 {
    font-size: 20px; font-weight: 500; color: #A8A8A8; margin-bottom: 8px;
}

.stats_box_bottom .text_bottom h6 {
    font-size: 16px; font-weight: 500; color: #A8A8A8;
}

.stats_box_bottom .text_bottom p {
    font-size: 14px; font-weight: 300; color: #63676A; line-height: 1.4; margin-top: 8px;
}