Icon With Text
Style 1
01
Engine Diagnostics
We are the assistance that assessments genuinely the issues with the vehicle.
Read More02
Oil and Filters
We are the assistance that assessments genuinely the issues with the vehicle.
Read More
<div class="row">
<div class="col-md-6 mb-1-9 mb-md-0">
<div class="card card-style4">
<div class="number-wrap"><span>01</span></div>
<div class="card-body">
<i class="ti-car display-9 text-primary d-block mb-4"></i>
<h3 class="h4 mb-3 text-secondary">Engine Diagnostics</h3>
<p>We are the assistance that assessments genuinely the issues with the vehicle.</p>
<a class="link-btn lh-1" href="engine-diagnostics.html">Read More</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card card-style4">
<div class="number-wrap"><span>02</span></div>
<div class="card-body">
<i class="ti-paint-bucket display-9 text-primary d-block mb-4"></i>
<h3 class="h4 mb-3 text-secondary">Oil and Filters</h3>
<p>We are the assistance that assessments genuinely the issues with the vehicle.</p>
<a class="link-btn" href="oil-filters.html">Read More</a>
</div>
</div>
</div>
</div>
Style 2
Engine Diagnostics
We are the assistance that assessments genuinely the issues with the vehicle.
Read MoreOil and Filters
We are the assistance that assessments genuinely the issues with the vehicle.
Read More
<div class="row">
<div class="col-md-6 mb-1-9 mb-md-0">
<div class="card card-style2">
<div class="card-img">
<img src="img/content/service-01.jpg" class="rounded" alt="...">
</div>
<div class="card-body rounded">
<i class="fas fa-wrench service-icon"></i>
<h3 class="mb-3 h4"><a href="engine-diagnostics.html" class="text-white">Engine Diagnostics</a></h3>
<p class="mb-3 text-white">We are the assistance that assessments genuinely the issues with the vehicle.</p>
<a class="link-btn white" href="engine-diagnostics.html">Read More</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card card-style2">
<div class="card-img">
<img src="img/content/service-02.jpg" class="rounded" alt="...">
</div>
<div class="card-body rounded">
<i class="fas fa-oil-can service-icon"></i>
<h3 class="mb-3 h4"><a href="oil-filters.html" class="text-white">Oil and Filters</a></h3>
<p class="mb-3 text-white">We are the assistance that assessments genuinely the issues with the vehicle.</p>
<a class="link-btn white" href="oil-filters.html">Read More</a>
</div>
</div>
</div>
</div>