.page-container .content-container .infos{
    font-family: 'HelveticaNeue', sans-serif;
    text-rendering: optimizeLegibility;
    font-size: calc(clamp(16px, 0.9375vw, 18px) * var(--font-scale));
    font-weight: 400;
    color: #313131;
    text-align: justify;
    line-height: 1.5;
}

body.about .about-content .content-panel-div .content-panel .content-div ul li, 
body.about .about-content .content-panel-div .content-panel .content-div table tbody tr td {
    color: #000;
    font-family: 'HelveticaNeue', sans-serif;
}

body.about .about-content .content-panel-div .content-panel .content-div table.about-us-table-en tbody tr td:first-child {
        white-space: nowrap;
    }

body.about .about-content .content-panel-div .content-panel .content-div strong{
	font-weight: 700;
	text-decoration: none;
}

body.about .about-content .content-panel-div .content-panel .content-div h3 a {
	text-decoration: none;
}

body #home .home-container .banner-div a {
	text-decoration: none;
	color: #000;
}

.header .menu-main-logo{
	min-height:60px;
}