<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Services Section Design example in Bootstrap 4</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/all.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<!-- ======= Services Section ======= -->
<section class="services">
<div class="container">
<div class="section-title">
<h2>Our Services</h2>
<p class="col-md-8 offset-md-2">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="service-box">
<i class="fas fa-basketball-ball"></i>
<h4><a href="">Basketball</a></h4>
<p>Basketball is a team sport in which two teams, most commonly of five players each, opposing one another on a rectangular court</p>
<a href="#" class="btn btn-success center-block mt-2 mb-2">Read More »</a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="service-box">
<i class="fas fa-football-ball"></i>
<h4><a href="">Football</a></h4>
<p>Football is a family of team sports that involve, to varying degrees, kicking a ball to score a goal. Unqualified</p>
<a href="#" class="btn btn-success center-block mt-2 mb-2">Read More »</a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="service-box">
<i class="fas fa-futbol"></i>
<h4><a href="">Futbol</a></h4>
<p>Fútbol is a direct Spanish translation of the English word football.As the popularity of the sport spread throughout South America</p>
<a href="#" class="btn btn-success center-block mt-2 mb-2">Read More »</a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="service-box">
<i class="fas fa-volleyball-ball"></i>
<h4><a href="">Volleyball</a></h4>
<p>Volleyball is a team sport in which two teams of six players are separated by a net. Each team tries to score points by grounding</p>
<a href="#" class="btn btn-success center-block mt-2 mb-2">Read More »</a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="service-box">
<i class="fas fa-dumbbell"></i>
<h4><a href="">Dumbbell</a></h4>
<p>Aurion Set of 2 PVC Dumbbells Weights Fitness Home Gym Exercise Barbell Light Heavy for Women & Men’s Dumbbell Aurion</p>
<a href="#" class="btn btn-success center-block mt-2 mb-2">Read More »</a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="service-box">
<i class="fas fa-table-tennis"></i>
<h4><a href="">Table-Tennis</a></h4>
<p>Table tennis, also known as ping-pong, is a sport in which two or four players hit a lightweight ball back and forth</p>
<a href="#" class="btn btn-success center-block mt-2 mb-2">Read More »</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section -->
</body>
</html>