.title {
    text-align: center;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-variant);
    padding: 1rem;
}

.title-2 {
    text-align: center;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-variant);
}

.txt {
    font-family: inherit;
    font-size: 0.8rem;
    padding: 0.2rem;
}

.txt-2 {
    font-family: inherit;
    font-size: 1rem;
    padding: 0.2rem;
    margin: 0.75rem !important;
}
.txt-2-bold {
    font-family: inherit;
    font-weight: 650;
    font-size: 1rem;
    padding: 0.2rem;
    margin: 0.75rem !important;
}

.txt-bold {
    font-family: inherit bold;
    font-size: 1rem;
    padding: 0.2rem;
}
