/*.home_h1_vertical_h_667-2 {
    font-size: 18px;
    line-height: 1.33;
}
.home_h2_vertical_h_1024-2 {
    font-size: 15px;
    line-height: 1.67;
}*/
/*MENU*/
/*  .menu1 {
    font-family: BwNistaGeo-Rg;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black);
}

.menu_2_small {
    font-family: BwNistaGeo-xBd;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    color: var(--black);
}*/

.program_h1 {
    font-family: BwNistaGeo-xBd;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: var(--black);
}
.program_h2 {
    font-family: BwNistaGeo-xBd;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: var(--black);
}
.program-p {
    font-family: BwNistaGeo-Rg;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: var(--black);
}
.program-p-desktop {
    font-family: BwNistaGeo-Rg;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--black);
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.justified {
    text-align: justify;
}