Like I have a section and thinking where I need to put article tag? As is contain title with h3 tag and text with p tag so that need a header tag around? Then where use article tag?
<section class="service_sectwo pad_tb_120">
<div class="container">
<div class="base-header base_header_two">
<h3>Our services</h3>
<p>Service features tended no do thoughts me on dissuade scarcely own are pretty spring suffer old denote his proposal speedily amr striking am now .</p>
</div>
<div class="row">
<div class="col-lg-4 col-sm-12">
<div class="promo-item">
<div class="promo_icon">
<img alt="" src="images/sevice_icon1.png">
</div>
<h3>Home Cleaning</h3>
<p>Attended no do thoughts meon of after a dissuade scarcely own are prettot aft er sprini meon after </p>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="promo-item">
<div class="promo_icon">
<img alt="" src="images/sevice_icon2.png">
</div>
<h3>Floor Cleaning</h3>
<p>Attended no do thoughts meon of after a dissuade scarcely own are prettot aft er sprini meon after </p>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="promo-item">
<div class="promo_icon">
<img alt="" src="images/sevice_icon3.png">
</div>
<h3>Pool Cleaning</h3>
<p>Attended no do thoughts meon of after a dissuade scarcely own are prettot aft er sprini meon after </p>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="promo-item">
<div class="promo_icon">
<img alt="" src="images/sevice_icon1.png">
</div>
<h3>Home Cleaning</h3>
<p>Attended no do thoughts meon of after a dissuade scarcely own are prettot aft er sprini meon after </p>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="promo-item">
<div class="promo_icon">
<img alt="" src="images/sevice_icon2.png">
</div>
<h3>Floor Cleaning</h3>
<p>Attended no do thoughts meon of after a dissuade scarcely own are prettot aft er sprini meon after </p>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="promo-item">
<div class="promo_icon">
<img alt="" src="images/sevice_icon3.png">
</div>
<h3>Pool Cleaning</h3>
<p>Attended no do thoughts meon of after a dissuade scarcely own are prettot aft er sprini meon after </p>
</div>
</div>
</div>
</div>
</section>
Thanks!