65 lines
3.8 KiB
Vue
65 lines
3.8 KiB
Vue
<template>
|
|
<br />
|
|
<section id="symptoms" class="pb-5">
|
|
<div class="container pb-4">
|
|
<div class="col-lg-12 mb-4 text-dark">
|
|
<h1 class="mb-3 pb-5 text-dark"><b>Signs and Symptoms</b></h1>
|
|
</div>
|
|
<div class="row gy-5 bg-white pl-6">
|
|
<div class="col-lg-12">
|
|
<div class="mb-4 text-dark">
|
|
<h4 class="mb-1 text-dark"><b>PETER FOTINOS, MD MEDICAL DIRECTOR</b></h4>
|
|
</div>
|
|
<p class="fs-5 fw-normal">
|
|
While HGH is crucial during our formative years, its importance extends into adulthood.
|
|
As adults, we still require HGH to replenish damaged cells and uphold optimal muscle mass and bone health throughout our lives.
|
|
Unfortunately, HGH levels naturally decline as we enter our 20s. If left unaddressed, age-related growth hormone deficiency can result in various adverse effects, including.
|
|
</p>
|
|
<div class="row pl-8">
|
|
<div class="col-lg-12">
|
|
<div class="accordion" id="accordionExample">
|
|
<ul class="list-unstyled">
|
|
<li>
|
|
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
|
class="ti ti-check ti-xs"></i></span> Abnormal blood cholesterol levels</h5>
|
|
</li>
|
|
<li>
|
|
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
|
class="ti ti-check ti-xs"></i></span> Bone loss, reduced muscle mass </h5>
|
|
</li>
|
|
<li>
|
|
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
|
class="ti ti-check ti-xs"></i></span>Diminished stamina and exercise capacity</h5>
|
|
</li>
|
|
<li>
|
|
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
|
class="ti ti-check ti-xs"></i></span> Fatigue </h5>
|
|
</li>
|
|
<li>
|
|
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
|
class="ti ti-check ti-xs"></i></span> Increased abdominal fat </h5>
|
|
</li>
|
|
<li>
|
|
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
|
class="ti ti-check ti-xs"></i></span> Heightened risk of heart disease</h5>
|
|
</li>
|
|
<li>
|
|
<h5><span class="badge badge-center rounded-pill bg-primary p-0 me-2"><i
|
|
class="ti ti-check ti-xs"></i></span> And a lower life expectancy. </h5>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<p>However, growth hormone therapy can replace what time and nature take away!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<style>
|
|
#leadership {
|
|
background-color: #e8e6e6 !important;
|
|
}
|
|
</style>
|