.qualify{
  padding: 40px 0 0px 0;
  background: #eee;
}
.middle-content {
  padding: 40px 0 60px 0;
  background: #eee;
}
.qualify h2 {
  color: var(--secondary-color);
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}
.qualify h3 {
  text-align: center;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 26px;
  padding: 0 5%;
}
.qualify h4 {
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Rubik", sans-serif;
}
.middle-content .container {
  display: flex;
  justify-content: space-between;
}
.content-1 {
  width: 24%;
  float: left;
  background: #fff;
  padding: 15px;
  margin: 0 0.5%;
  text-align: center;
  border: 1px solid #d2d2d2;
}
.inner_img {
  padding: 22%;
  border-radius: 10px;
  background:var(--secondary-color) ;
}
.content-1 h2 {
  color: var(--primary-color);
  line-height: 34px;
  font-size: 28px;
  font-weight: 600;
}
.content-1 p {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: 'Crimson Text', serif;
  font-weight: 500;
  color: var(--secondary-color);
}