body {
  background:#eef4f7;
  padding:0px;
  margin:0px;
}

header {
  background: #eee;
  border-bottom:  2px black solid;
  padding: 25px;
}

#logo {
  font-size: 15px;
  margin: 20px;
}

.links{
float: right;}
.links div{

  margin: 20px;
  display: inline;
}

 a {
  text-decoration:  none;
  color: black;
}
.custom-header div{
  display: inline;
}
p {
  font-size: 21px;
}

section {
  padding: 80px 10%;
}

section h3 {
  margin-bottom: 40px;
}

h3::after {
  padding-top: 20px;
  content:'';
  display:block;
  width:5%;
  margin: 0 auto;
  border-bottom:2px solid #1fc8db;
}

.bg-white {
  background: #fff;
}

.text-center {
    text-align:center;
    font-size: 20px;
}
footer {
  padding: : 10px;

}

#home {
  background-color: #1fc8db;
background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    height: 70vh;
}

.main-intro {
  margin-top: 250px;
}

#testimonials {
  text-align:
}

#testimonials .testimonial {
  display: inline-block;
}

.width-30 {
  width: 32%;
}

.client-list ul {
  list-style-type: none;

}

.client-list ul li {
  margin: 10px 30px;
  padding: 0;
  display: inline;
}
.client-list ul li img {
  width: 150px;
  height: auto;
}

.profile img {
  width: 150px;
}
