body {
    font-family: "Inter", sans-serif;
   overflow-y:auto;
   
     background: #fff;
    color: #000;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
   
    line-height: 28px;
    margin: 0;
}

.page{
    padding: 30px 30px;
}
.header .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
   /
}
.container {
    position: relative;
    width: 90%;
    /* max-width: px; */
    margin: 0 auto;
}
.header {
    color: #000;
    padding: 16px 0;
}

  .translations-content-container {
    /* padding-top: 8px; */
    border-top: 1px solid #eee;
}
h1 {
    font-size: 40px;
    line-height: 60px;
}
h2 {
    font-size: 32px;
    line-height: 48px;
}
h3 {
    font-size: 24px;
    line-height: 36px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow-y:auto;
    background:#fff;
    color:#000;
    line-height:1.7;
}

.page{
    padding:20px 24px;
}

.container{
    width:100%;
    /* max-width:1024px;*/
    margin:auto; 
}

.header{
    padding:16px 0;
}

.header .title{
    font-size:24px;
    font-weight:700;
    line-height:1.4;
}

.translations-content-container{
    /* padding-top:20px; */
    border-top:1px solid #eee;
}



@media (max-width:1024px){

.page{
padding:32px 20px;
}

h1{
font-size:34px;
}

h2{
font-size:28px;
}

h3{
font-size:22px;
}
ul{
    padding: 0 30px;
}
}

/* Mobile */

@media (max-width:768px){

.page{
padding:24px 20px;
}

.header .title{
font-size:20px;
}

h1{
font-size:30px;
line-height:1.4;
}

h2{
font-size:24px;
}

h3{
font-size:20px;
}

p,
li{
font-size:15px;
line-height:1.8;
}

}
ul{
    padding: 0 30px;
}
/* Small mobile */

@media (max-width:480px){

.page{
padding:18px 16px;
}

.header .title{
font-size:18px;
}

h1{
font-size:26px;
}

h2{
font-size:22px;
}

h3{
font-size:18px;
}

p,
li{
font-size:14px;

}

ul{
    padding: 0 30px;
}

}