body{overflow-x:hidden}
*,*::before,*::after{max-width:100vw}
section,div{max-width:100%}
.text-container{max-width:600px;margin:0 auto;padding:0 20px}
section .text-container p{line-height:1.7;font-size:16px;margin-bottom:16px}
@media (max-width:768px){
body{overflow-x:hidden!important;-webkit-overflow-scrolling:touch}
img{max-width:100%;height:auto}
section{overflow:hidden}
}