/* Add custom CSS styles below */
h2 {
    /* font-size: 0.95rem; */
    line-height: 1.75rem;
}
body {
    font-size: 12px;
    font-weight: 600;
    line-height: 26px;
    color: #231f1e;
    color: var(--main-text-color);
    position: relative;
    }