Fix styles

This commit is contained in:
CHIEFSOFT\ameye
2025-09-16 09:25:22 -04:00
parent 79729f0475
commit 80103dff3a
14 changed files with 200 additions and 232 deletions
+16 -22
View File
@@ -1,26 +1,20 @@
<?php $this->extend('layouts/master') ?>
<?php $this->section('content') ?>
<div id="breadcrumbs">
<a title="Home" href="#">Home </a> Depression and Anxiety Treatments
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<div id="breadcrumbs">
<a title="Home" href="#">Home »</a> Depression and Anxiety Treatments
</div>
<div class="gray-holder">
<h1>Depression and Anxiety Treatments</h1>
<p>
We teach our patients to recognize the symptoms of stress, whether work related, marital and joblessness that creates stressors. There are many situations that can create anxiety and depression, such as work stressors, losing the loved one, marital related anxiety, financial difficulty and many others. Depression can affect your life, job performance, your total life functionality and family or people that are around you. The good news is that our professionals can help you overcome negative harmful stressors. Stressors are come in everyday life, while some can help than hurt, some can actually cause physical illness and that you need to combat before it is too late.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<h1>Depression and Anxiety Treatments</h1>
<p>
We teach our patients to recognize the symptoms of stress, whether work related, marital and joblessness that
creates stressors. There are many situations that can create anxiety and depression, such as work stressors,
losing the loved one, marital related anxiety, financial difficulty and many others. Depression can affect your
life, job performance, your total life functionality and family or people that are around you. The good news is
that our professionals can help you overcome negative harmful stressors. Stressors are come in everyday life,
while some can help than hurt, some can actually cause physical illness and that you need to combat before it is
too late.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<?= $this->endSection() ?>