div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਕੀ ਸਿਗਰਟ ਪੀਣ ਨਾਲ ਦਰਦ ਅਤੇ ਤਣਾਅ ਘੱਟ ਹੁੰਦਾ ਹੈ, ਕੰਮ ਕਰਨ ਦੀ ਸਮਰੱਥਾ ਵਧਦੀ ਹੈ

ਨਵੀਂ ਦਿੱਲੀ: ਭਾਰਤ ਵਿੱਚ ਨਸ਼ਿਆਂ ਦੇ ਸੇਵਨ ਨੂੰ ਹਮੇਸ਼ਾ ਮਾੜਾ ਮੰਨਿਆ ਜਾਂਦਾ ਰਿਹਾ ਹੈ। ਚਾਹੇ ਉਹ ਸਿਗਰਟ ਹੋਵੇ, ਸ਼ਰਾਬ ਹੋਵੇ ਜਾਂ ਅਫੀਮ, ਗਾਂਜਾ, ਤੰਬਾਕੂ ਅਤੇ ਪਾਨ ਮਸਾਲਾ ਆਦਿ। ਹਾਲਾਂਕਿ ਫਿਲਮਾਂ ਵਿੱਚ ਦਿਖਾਏ ਗਏ ਦ੍ਰਿਸ਼ਾਂ ਵਿੱਚ ਸ਼ਰਾਬ ਅਤੇ ਸਿਗਰਟ ਦੀ ਮਹਿਮਾ ਹੀ ਨਹੀਂ ਕੀਤੀ ਜਾਂਦੀ ਸਗੋਂ ਇਹ ਵੀ ਦਿਖਾਇਆ ਗਿਆ ਹੈ ਕਿ ਪ੍ਰੇਸ਼ਾਨ ਵਿਅਕਤੀ ਇਨ੍ਹਾਂ ਚੀਜ਼ਾਂ ਦਾ ਸੇਵਨ ਕਰਦਾ ਹੈ ਅਤੇ ਫਿਰ ਉਹ ਸਭ ਤੋਂ ਵੱਧ ਲਾਭਕਾਰੀ, ਦਲੇਰ ਅਤੇ ਨਿਡਰ ਬਣ ਕੇ ਉਭਰਦਾ ਹੈ ਅਤੇ ਮੁਸੀਬਤਾਂ ਨੂੰ ਜਲਦਬਾਜ਼ੀ ਨਾਲ ਹੱਲ ਕਰਦਾ ਹੈ। ਕੀ ਇਹ ਸੱਚਮੁੱਚ ਹੁੰਦਾ ਹੈ? ਕੀ ਸਿਗਰਟ ਅਤੇ ਅਲਕੋਹਲ ਦਾ ਸੇਵਨ ਦਰਦ ਅਤੇ ਤਣਾਅ ਨੂੰ ਘਟਾਉਣ ਦੇ ਨਾਲ-ਨਾਲ ਕੰਮ ਕਰਨ ਦੀ ਸਮਰੱਥਾ ਨੂੰ ਵਧਾਉਂਦਾ ਹੈ ਜਾਂ ਇਸ ਦੇ ਉਲਟ ਬੁਰਾ ਪ੍ਰਭਾਵ ਪੈਂਦਾ ਹੈ।

ਇਨ੍ਹਾਂ ਸਵਾਲਾਂ ਦਾ ਜਵਾਬ ਦਿੰਦਿਆਂ ਆਲ ਇੰਡੀਆ ਇੰਸਟੀਚਿਊਟ ਆਫ਼ ਮੈਡੀਕਲ ਸਾਇੰਸਜ਼ (ਏਮਜ਼), ਦਿੱਲੀ ਦੇ ਮਨੋਵਿਗਿਆਨ ਵਿਭਾਗ ਦੇ ਪ੍ਰੋਫੈਸਰ ਡਾ: ਨੰਦ ਕੁਮਾਰ ਕਹਿੰਦੇ ਹਨ ਕਿ ਸਿਨੇਮਾ ਦਾ ਆਮ ਲੋਕਾਂ ਦੇ ਜੀਵਨ ‘ਤੇ ਬਹੁਤ ਪ੍ਰਭਾਵ ਪੈਂਦਾ ਹੈ ਕਿਉਂਕਿ ਲੋਕ ਆਪਣੇ ਆਪ ਨੂੰ ਦੁੱਖਾਂ ਜਾਂ ਦ੍ਰਿਸ਼ਾਂ ਨਾਲ ਜੋੜਦੇ ਹਨ | ਉਨ੍ਹਾਂ ਸਿਨੇਮੇ ਦੇ ਕਲਾਕਾਰਾਂ ਦਾ।ਆਓ ਇਸ ਨੂੰ ਲੈ ਕੇ ਸੋਚੀਏ ਕਿ ਜੇਕਰ ਅਸੀਂ ਵੀ ਉਹ ਤਰੀਕਾ ਅਪਣਾਉਂਦੇ ਹਾਂ ਜੋ ਉਹ ਅਪਣਾ ਰਹੇ ਹਨ, ਤਾਂ ਸਾਨੂੰ ਰਾਹਤ ਮਿਲੇਗੀ। ਇੱਥੋਂ ਸਿਰਫ਼ ਨਸ਼ਾ ਹੀ ਨਹੀਂ, ਸਗੋਂ ਹੋਰ ਚੀਜ਼ਾਂ ਦਾ ਫਾਲੋ-ਅੱਪ ਵੀ ਸ਼ੁਰੂ ਹੋ ਜਾਂਦਾ ਹੈ। ਡਾ: ਕੁਮਾਰ ਦਾ ਕਹਿਣਾ ਹੈ ਕਿ ਨਸ਼ਿਆਂ ਕਾਰਨ ਲੋਕਾਂ ਦਾ ਦੁੱਖ ਘਟੇਗਾ ਜਾਂ ਵਧੇਗਾ, ਇਹ ਨਸ਼ੇ ਦੇ ਪ੍ਰਭਾਵ ‘ਤੇ ਨਿਰਭਰ ਕਰਦਾ ਹੈ। ਫਿਲਮਾਂ ਜਾਂ ਸੀਰੀਅਲਾਂ ਵਿਚ ਸ਼ਰਾਬ ਅਤੇ ਸਿਗਰੇਟ ਦੀ ਵਰਤੋਂ ਆਮ ਤੌਰ ‘ਤੇ ਸਭ ਤੋਂ ਵੱਧ ਦਿਖਾਈ ਜਾਂਦੀ ਹੈ।

ਜਦੋਂ ਕੋਈ ਵਿਅਕਤੀ ਪਰੇਸ਼ਾਨ ਹੁੰਦਾ ਹੈ ਤਾਂ ਉਸ ਦਾ ਦਿਮਾਗ ਬਹੁਤ ਚੌਕਸ ਹੁੰਦਾ ਹੈ। ਉਸ ਸਮੇਂ ਉਹ ਓਵਰ ਐਕਟਿਵ ਵੀ ਹੋ ਜਾਂਦਾ ਹੈ। ਬੇਚੈਨ ਮਹਿਸੂਸ ਕਰਦਾ ਹੈ ਅਤੇ ਉਸਦੀ ਚਿੰਤਾ ਵਧ ਜਾਂਦੀ ਹੈ। ਕਿਉਂਕਿ ਇਹ ਚੀਜ਼ਾਂ ਕੁਦਰਤੀ ਹੁੰਦੀਆਂ ਹਨ, ਇਸ ਦੌਰਾਨ ਜੇਕਰ ਕੋਈ ਵਿਅਕਤੀ ਕੁਦਰਤੀ ਤਰੀਕੇ ਨਾਲ ਜੀਵਨ ਬਤੀਤ ਕਰਦਾ ਹੈ ਤਾਂ ਹੌਲੀ-ਹੌਲੀ ਇਹ ਸਮੱਸਿਆਵਾਂ ਦੂਰ ਹੋ ਜਾਂਦੀਆਂ ਹਨ ਅਤੇ ਦਿਮਾਗ ਆਪਣੇ ਆਪ ਹੀ ਇਸ ਨੂੰ ਸੰਜਮ ਕਰ ਲੈਂਦਾ ਹੈ, ਪਰ ਜੇਕਰ ਉਸ ਸਥਿਤੀ ਵਿਚ ਵਿਅਕਤੀ ਸ਼ਰਾਬ ਜਾਂ ਸ਼ਰਾਬ ਪੀਂਦਾ ਹੈ ਤਾਂ ਇਸ ਦਾ ਦਿਮਾਗ ‘ਤੇ ਅਸਰ ਪੈਂਦਾ ਹੈ ਜਾਂ ਡਿਪ੍ਰੈਸ਼ਨ ਹੋ ਜਾਂਦਾ ਹੈ | ਦਿਮਾਗ ਦੀਆਂ ਤੰਤੂਆਂ. ਅਜਿਹੀ ਸਥਿਤੀ ਵਿੱਚ, ਚੇਤਨਾ ਜਾਂ ਚੇਤਨਾ ਦਾ ਪੱਧਰ ਬਹੁਤ ਘੱਟ ਜਾਂਦਾ ਹੈ। ਉਸ ਹਾਲਤ ਵਿੱਚ ਜਜ਼ਬਾਤਾਂ ਦਾ ਤੂਫ਼ਾਨ ਵੀ ਰੁਕ ਜਾਂਦਾ ਹੈ। ਜਿਸ ਦਾ ਨਤੀਜਾ ਇਹ ਹੁੰਦਾ ਹੈ ਕਿ ਵਿਅਕਤੀ ਪੁਰਾਣੇ ਅਹੁਦੇ ਤੋਂ ਕੱਟਿਆ ਜਾਂਦਾ ਹੈ। ਉਸ ਦਾ ਦਰਦ ਜਾਂ ਦੁੱਖ ਬਹੁਤ ਘੱਟ ਜਾਂਦਾ ਹੈ ਅਤੇ ਵਿਅਕਤੀ ਬਹੁਤ ਰਾਹਤ ਅਤੇ ਤੰਦਰੁਸਤ ਮਹਿਸੂਸ ਕਰਦਾ ਹੈ।

ਸ਼ਰਾਬ ਦੀ ਲਤ ਲੱਗਣ ਤੋਂ ਬਾਅਦ ਅਜਿਹਾ ਹੁੰਦਾ ਹੈ

ਸਿਗਰਟ ਦਾ ਇਹ ਪ੍ਰਭਾਵ ਹੁੰਦਾ ਹੈ
ਡਾ: ਕੁਮਾਰ ਦਾ ਕਹਿਣਾ ਹੈ ਕਿ ਸਿਗਰੇਟ ਦੀ ਵਰਤੋਂ ਅਕਸਰ ਫ਼ਿਲਮਾਂ ਵਿੱਚ ਪ੍ਰਮੁੱਖਤਾ ਨਾਲ ਦਿਖਾਈ ਜਾਂਦੀ ਹੈ। ਇਹ ਬਹੁਤ ਹਮਲਾਵਰ, ਕੇਂਦ੍ਰਿਤ ਅਤੇ ਲਾਭਕਾਰੀ ਦਿਖਾਈ ਦਿੰਦਾ ਹੈ। ਜਦੋਂ ਵੀ ਕੋਈ ਵਿਅਕਤੀ ਨਿਕੋਟੀਨ ਲੈਂਦਾ ਹੈ, ਇਹ ਦਿਮਾਗ ਨੂੰ ਇਕੱਠਾ ਕਰਦਾ ਹੈ ਭਾਵ ਇਸਨੂੰ ਵਧੇਰੇ ਸੁਚੇਤ ਜਾਂ ਕਿਰਿਆਸ਼ੀਲ ਬਣਾਉਂਦਾ ਹੈ। ਹਾਲਾਂਕਿ ਦਿਮਾਗ ਦੀ ਇਹ ਕਿਰਿਆ ਵੀ ਅਸਥਾਈ ਹੁੰਦੀ ਹੈ। ਅਜਿਹੀ ਸਥਿਤੀ ‘ਚ ਜਦੋਂ ਇਸ ਦਾ ਅਸਰ ਘੱਟ ਹੁੰਦਾ ਹੈ ਤਾਂ ਦਿਮਾਗ ਪਹਿਲਾਂ ਨਾਲੋਂ ਜ਼ਿਆਦਾ ਸੁਸਤ ਅਵਸਥਾ ‘ਚ ਪਹੁੰਚ ਜਾਂਦਾ ਹੈ। ਇਹੀ ਕਾਰਨ ਹੈ ਕਿ ਮਾਮੂਲੀ ਜਿਹੀ ਤਕਲੀਫ ਹੋਣ ‘ਤੇ ਵਿਅਕਤੀ ਲਗਾਤਾਰ ਸਿਗਰਟ ਪੀਂਦਾ ਹੈ।

ਸ਼ਰਾਬ ਅਤੇ ਸਿਗਰੇਟ ਦਾ ਸਭ ਤੋਂ ਭੈੜਾ ਸੁਮੇਲ
ਡਾ: ਦਾ ਕਹਿਣਾ ਹੈ ਕਿ ਫ਼ਿਲਮਾਂ ਵਿਚ ਦਿਖਾਈ ਗਈ ਇਕ ਹੋਰ ਗੱਲ ਇਹ ਹੈ ਕਿ ਪ੍ਰੇਸ਼ਾਨ ਆਦਮੀ ਸ਼ਰਾਬ ਵੀ ਪੀਂਦਾ ਹੈ ਅਤੇ ਨਾਲ-ਨਾਲ ਸਿਗਰਟ ਵੀ ਪੀ ਰਿਹਾ ਹੈ | ਇਹ ਹੁਣ ਤੱਕ ਦੀ ਸਭ ਤੋਂ ਭੈੜੀ ਚੀਜ਼ ਹੈ। ਮਨੋਵਿਗਿਆਨਕ ਤੌਰ ‘ਤੇ ਹੀ ਨਹੀਂ, ਸਗੋਂ ਜੀਵ-ਵਿਗਿਆਨਕ ਤੌਰ ‘ਤੇ ਵੀ ਇਸ ਦਾ ਪ੍ਰਭਾਵ ਦੋਵਾਂ ਦੇ ਵੱਖੋ-ਵੱਖਰੇ ਸੇਵਨ ਨਾਲੋਂ ਜ਼ਿਆਦਾ ਖਤਰਨਾਕ ਹੁੰਦਾ ਹੈ। ਯਾਨੀ ਸ਼ਰਾਬ ਵਿਅਕਤੀ ਦੇ ਦਿਮਾਗ ਨੂੰ ਉਦਾਸ ਕਰਦੀ ਹੈ, ਜਦੋਂ ਕਿ ਸਿਗਰਟ ਉਸ ਨੂੰ ਲਗਾਤਾਰ ਸੁਚੇਤ ਕਰਦੀ ਹੈ। ਅਜਿਹੇ ‘ਚ ਦੋਵੇਂ ਇਕ ਦੂਜੇ ਦੇ ਖਿਲਾਫ ਕੰਮ ਕਰਦੇ ਹਨ। ਨਤੀਜੇ ਵਜੋਂ, ਇਹ ਗਠਜੋੜ ਸਾਡੇ ਫੇਫੜਿਆਂ ਅਤੇ ਦਿਮਾਗੀ ਪ੍ਰਣਾਲੀ ਨੂੰ ਵਧੇਰੇ ਪ੍ਰਭਾਵਿਤ ਕਰਦਾ ਹੈ।

ਚਾਹ ਦੇ ਨਾਲ ਸਿਗਰਟ ਦਾ ਅਜਿਹਾ ਪ੍ਰਭਾਵ ਹੈ
ਜਿੱਥੋਂ ਤੱਕ ਚਾਹ ਦੇ ਨਾਲ ਸਿਗਰਟ ਪੀਣ ਦਾ ਸਵਾਲ ਹੈ, ਇਹ ਦੋਵੇਂ ਚੀਜ਼ਾਂ ਇੱਕੋ ਦਿਸ਼ਾ ਵਿੱਚ ਕੰਮ ਕਰਦੀਆਂ ਹਨ। ਜਿੱਥੇ ਨਿਕੋਟੀਨ ਦਿਮਾਗ ਨੂੰ ਸੁਚੇਤ ਕਰਦਾ ਹੈ, ਚਾਹ ਵਿੱਚ ਵੀ ਨਿਕੋਟੀਨ ਹੁੰਦਾ ਹੈ। ਇਸ ਦੇ ਨਾਲ ਹੀ ਪਾਨ-ਮਸਾਲਾ ਜਾਂ ਤੰਬਾਕੂ ਦਾ ਵੀ ਇੱਕ ਸਮਾਨ ਪ੍ਰਭਾਵ ਹੁੰਦਾ ਹੈ, ਪਰ ਸ਼ਰਾਬ ਬਿਲਕੁਲ ਵੱਖਰੇ ਤਰੀਕੇ ਨਾਲ ਕੰਮ ਕਰਦੀ ਹੈ। ਅਜਿਹੇ ‘ਚ ਚਾਹ ਦੇ ਨਾਲ ਸਿਗਰਟ ਹਾਨੀਕਾਰਕ ਹੈ ਪਰ ਸ਼ਰਾਬ ਤੋਂ ਘੱਟ ਹੈ। ਡਾ: ਨੰਦ ਕੁਮਾਰ ਦਾ ਕਹਿਣਾ ਹੈ ਕਿ ਮਨੋਵਿਗਿਆਨਕ ਤੌਰ ‘ਤੇ ਹੀ ਨਹੀਂ ਬਲਕਿ ਜੈਵਿਕ ਤੌਰ ‘ਤੇ ਵੀ ਕੋਈ ਵੀ ਨਸ਼ਾ ਸਰੀਰ ‘ਤੇ ਬਹੁਤ ਮਾੜਾ ਪ੍ਰਭਾਵ ਪਾਉਂਦਾ ਹੈ | ਚਾਹੇ ਉਹ ਸ਼ਰਾਬ ਹੋਵੇ, ਸਿਗਰਟ, ਤੰਬਾਕੂ, ਗਾਂਜਾ ਜਾਂ ਅਫੀਮ, ਚਾਹੇ ਕੋਈ ਵੀ ਹੋਵੇ।

Exit mobile version