﻿
.main {
    background-color: #302D4B;
    border-radius: 20px;
}

.g-1 {
    left: 6px;
    bottom: -161px;
}

.g-2 {
    right: -55px;
    top: -125px;
}
.count {
    color: var(--Secondary-500, #D12839);
    font-size: clamp(1.5rem, 4vw, 3rem); /* Responsive font size using clamp */
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.count-text {
    color: var(--Neutral-White, var(--Dark-White, #FFF));
    font-size: clamp(1rem, 2.5vw, 1.5rem); /* Responsive font size using clamp */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

