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
+14 -18
View File
@@ -1,24 +1,20 @@
<?php $this->extend('layouts/master') ?>
<?php $this->section('content') ?>
<div id="breadcrumbs">
<a title="Home" href="#">Home </a> Group and Individual Counseling
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<div id="breadcrumbs">
<a title="Home" href="#">Home »</a> Group and Individual Counseling
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<h1>Group and Individual Counseling</h1>
<p>
<h1>Group and Individual Counseling</h1>
<p>
I Care Mental Health (ICMH) provide group and individual counseling to clients who want therapy to address
issues relating to their needs. Group therapy is good for some people who are in recovery from alcohol and
substance abuse, sharing experiences with others who are going through the same problems can provide healing, if
coupled with spiritual empowerment education. Individual counseling is designed to give an individual the skills
to overcome problems or coping skills to deal with upheaval of life.
</p>
I Care Mental Health (ICMH) provide group and individual counseling to clients who want therapy to address issues relating to their needs. Group therapy is good for some people who are in recovery from alcohol and substance abuse, sharing experiences with others who are going through the same problems can provide healing, if coupled with spiritual empowerment education. Individual counseling is designed to give an individual the skills to overcome problems or coping skills to deal with upheaval of life.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<div class="clear"></div>
</div><!--/ gray-holder-->
<?= $this->endSection() ?>