<div class="testimonials">
<div class="container">
<div class="main__text">
<div class="testimonials__title">What people say about us</div>
<div class="testimonials__subtitle">Our clients love us!</div>
</div>
<div class="reviews__content">
<div class="reviews__item">
<img class = "reviews__logo" src ="logotest.png">
<div class = "reviews__text">
<h1 class = "reviews__title"> “Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl scelerisque.” </h1>
<div class="reviews__write">
<div class="reviews__name">
Chanel Iman
</div>
<div class="reviews__prof">
CEO of Pinterest
</div>
</div>
</div>
</div>
<div class="reviews__item">
<img class = "reviews__logo" src ="logotest.png">
<div class = "reviews__text">
<h1 class = "reviews__title"> “Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl scelerisque.” </h1>
<div class="reviews__write">
<div class="reviews__name">
Chanel Iman
</div>
<div class="reviews__prof">
CEO of Pinterest
</div>
</div>
</div>
</div>
<div class="reviews__item">
<img class = "reviews__logo" src ="logotest.png">
<div class = "reviews__text">
<h1 class = "reviews__title"> “Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl scelerisque.” </h1>
<div class="reviews__write">
<div class="reviews__name">
Chanel Iman
</div>
<div class="reviews__prof">
CEO of Pinterest
</div>
</div>
</div>
</div>
<div class="reviews__item">
<img class = "reviews__logo" src ="logotest.png">
<div class = "reviews__text">
<h1 class = "reviews__title"> “Nullam dapibus blandit orci, viverra gravida dui lobortis eget. Maecenas fringilla urna eu nisl scelerisque.” </h1>
<div class="reviews__write">
<div class="reviews__name">
Chanel Iman
</div>
<div class="reviews__prof">
CEO of Pinterest
</div>
</div>
</div>
</div>
</div> <!--reviews__content-->
</div> <!--container-->
</div> <!--testimonials-->
.testimonials{
min-height: 900px;
background:#D74680;
}
.main__text{
text-align: center;
padding-top:100px;
}
.testimonials__title{
font-size: 40px;
text-transform: uppercase;
color:white;
font-weight: 700;
}
.testimonials__subtitle{
margin-top:40px;
color:white;
font-size:18px;
}
.reviews__content{
display: flex;
margin-top: 85px;
}
.reviews__logo{
width:96px;
height: 96px;
}
.reviews__item{
padding:0 30px;
display: flex;
width:50%;
margin-right:50px;
}
.reviews__text{
padding-top: 10px;
}
.reviews__title{
color:white;
font-size:24px;
}
.reviews__name{
padding-top: 20px;
color:white;
font-size:24px;
font-weight:700;
}
.reviews__prof{
color:#FCDA97;
padding-top: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.