.main-card-text-1 {
    color: var(--color-text-base, #1A1A1A);
    text-align: justify;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.main-card-text-2 {
    color: var(--color-text-base, #1A1A1A);
    text-align: justify;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
}

.main-card-text-3 {
    color: var(--color-text-base, #1A1A1A);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.mini-card-title {
    color: var(--color-text-secondary, #2F475E);
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 120%;
}

.mini-card-text {
    color: var(--color-text-base, #1A1A1A);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}