.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: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.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;
}
.qualify p{font-size: 26px;
  font-weight: 500;
  margin: 0 6% 20px;}
.middle-content .container {
  display: flex;
  justify-content: space-between;
}
.content-1 {
  width: 23%;
  float: left;
  background: #fff;
  padding: 15px;
  margin: 0 1%;
  text-align: center;
  border: 1px solid #d2d2d2;
}

.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-weight: 600;
  color: var(--secondary-color);
}