Disclaimer
- The content of this website is based on the current information and is subject to be changed without any further notice.
- The access to this website may be affected by incorrect data transmission by internet or delays in network communications. Yesnutri does not guarantee that the information downloaded from or uploaded to the Yesnutri website will be secured or free from computer viruses. Yesnutri is not responsible for any loss of information or any damage to its equipment or assets caused by the Yesnutri website.
- Yesnutri disclaims all warranties derived from the content of its website, especially the accuracy, quality and usage of the information or materials mentioned on its website.
- Yesnutri has no liability for any direct, indirect or special damages or loss arising from the use of its website. Yesnutri is also not responsible for any loss to the user's business and goodwill caused by the use or not able to use this website.
.terms-container {
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
font-family: var(--font-body-family), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
color: var(--color-foreground, #1a1a1a);
line-height: 1.7;
}
.terms-container h1 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 8px;
}
.terms-container h2 {
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 24px;
}
.terms-container ol {
padding-left: 24px;
margin: 0;
}
.terms-container ol li {
margin-bottom: 16px;
padding-left: 8px;
}
.terms-container ol li::marker {
font-weight: 600;
}
@media (max-width: 749px) {
.terms-container {
padding: 24px 16px;
}
.terms-container h1 {
font-size: 1.5rem;
}
.terms-container h2 {
font-size: 1.1rem;
}
}