<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<section class="pt-5 pb-5">
			<div class="container">
				<h2 class="text-center">What other say for us</h2>
				<hr class="midline">
				<h5 class="text-center mb-5">Our team created best opportunities for your business.</h5>
			  	<div class="card col-md-12 mt-2">
			      	<div id="carouselExampleControls" class="carousel slide" data-ride="carousel" data-interval="100000">
			        	<div class="w-100 carousel-inner mb-5" role="listbox">
			          		<div class="carousel-item active">
			            		<div class="bg"></div>
			            		<div class="row">
				            		<div class="col-md-6">
				            			<div class="carousel-caption">
					              			<div class="row">
								                <div class="col-sm-3 col-4 align-items-start">
								                  	<img src="https://s17.postimg.org/mqjuw14bz/profile1.png" alt="" class="rounded-circle img-fluid">
								                </div>
								                <div class="col-sm-9 col-8">
								                <h2>Micheal Smith - <span>Web Developer</span></h2>
								                  <small>Well incremented. Comes with recommended workout. I'm using it to help with bladder leakage issues that I've been experiencing since a recent vasectomy.</small>
								                  <small class="smallest mute">- willi</small>
								                </div>
					              			</div>
					            		</div>
				            		</div>
				            		<div class="col-md-6">
				            			<div class="carousel-caption">
					              			<div class="row">
								                <div class="col-sm-3 col-4 align-items-start">
								                  	<img src="https://s17.postimg.org/5q0yndefz/profile2.png" alt="" class="rounded-circle img-fluid">
								                </div>
								                <div class="col-sm-9 col-8">
								                  <h2>Helena Doe - <span>Architect</span></h2>
								                  <small>Well incremented. Comes with recommended workout. I'm using it to help with bladder leakage issues that I've been experiencing since a recent vasectomy.</small>
								                  <small class="smallest mute">- willi</small>
								                </div>
					              			</div>
					            		</div>
				            		</div>
			            		</div>
			          		</div>
			          		<div class="carousel-item">
			            		<div class="bg"></div>
			              			<div class="row">
				            		<div class="col-md-6 col-12">
				            			<div class="carousel-caption">
					              			<div class="row">
								                <div class="col-sm-3 col-4 align-items-start">
								                  	<img src="https://s17.postimg.org/7ulbog0n3/profile3.png" alt="" class="rounded-circle img-fluid">
								                </div>
								                <div class="col-sm-9 col-8">
								                <h2>John Doe - <span>Ceo Mobile company</span></h2>
								                  <small>Well incremented. Comes with recommended workout. I'm using it to help with bladder leakage issues that I've been experiencing since a recent vasectomy.</small>
								                  <small class="smallest mute">- willi</small>
								                </div>
					              			</div>
					            		</div>
				            		</div>
				            		<div class="col-md-6 col-12">
				            			<div class="carousel-caption">
					              			<div class="row">
								                <div class="col-sm-3 col-4 align-items-start">
								                  	<img src="https://s17.postimg.org/u6j4hu7gv/profile4.png" alt="" class="rounded-circle img-fluid">
								                </div>
								                <div class="col-sm-9 col-8">
								                <h2>Helena Doe - <span>Architect</span></h2>
								                  <small>Well incremented. Comes with recommended workout. I'm using it to help with bladder leakage issues that I've been experiencing since a recent vasectomy.</small>
								                  <small class="smallest mute">- willi</small>
								                </div>
					              			</div>
					            		</div>
				            		</div>
			            		</div>
			          		</div>
			          		
			    		</div>
				        <a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
				          <span class="carousel-control-prev-icon" aria-hidden="true"><i class="fas fa-chevron-left"></i></span>
				          <span class="sr-only">Previous</span>
				        </a>
				        <a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
				          <span class="carousel-control-next-icon" aria-hidden="true"><i class="fas fa-chevron-right"></i></span>
				          <span class="sr-only">Next</span>
				        </a>
			  		</div>
				</div> 
			</div>
		</section>
.card {
	margin: 0 auto;
	border: none;
}
.card .carousel-item {
	min-height: 190px;
}
.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	border: 1px solid #ccc;
	min-height:175px;
	padding: 15px;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #cd3a54;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
	opacity: 0.85;
}
.carousel-control-prev {
	left: 40%;
	top: 110%;
}
.carousel-control-next {
	right: 40%;
	top: 110%;
}
.midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.carousel-caption h2 {
	font-size: 14px;
}
.carousel-caption h2 span {
	color: #cd3a54;
}
 @media (min-width: 320px) and (max-width: 575px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.carousel-control-prev {
	left: 35%;
	top: 105%;
}
.carousel-control-next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}

External CSS

  1. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.css

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js
  2. https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js