.education-one,
.patient-content,
.education-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.education-one {
  background: #F1F1F1;
  padding: 100px 0;
}

.edu-box {
  border-radius: 10px;
  width: 32%;
}

.edu-box img {
  max-width: 100%;
}

.edu-box.patient-box img {
  border-radius: 20px;
}

.edu-box.patient-box img {
  margin-bottom: 20px;
}

.education-two {
  background: #fff;
  padding: 100px 0;
}

.education-three {
  background: #e2ecf8;
}

.education-three {
  padding: 100px 0;
}

.education-white {
  background: #fff;
  padding: 140px 0;
  text-align: center;
}

.education-white {
  background: #fff;
  padding: 140px 0;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  display: block;
}

.education-white h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'avenir_arabiclight';
  font-weight: normal;
}

.education-one h2,
.patient-content h3,
.education-two h2,
.education-two h3 {
  font-family: 'avenir_arabicheavy';
}

.education-content p {
  margin-bottom: 50px;
}

.patient-content {
  width: 100%;
}


@media screen and (max-width: 1680px) {

  .education-one,
  .education-two {
    padding: 80px 0;
  }
}


@media screen and (max-width: 1490px) {

  .education-one,
  .education-two,
  .education-three {
    padding: 50px 0;
  }
}



@media screen and (max-width: 767px) {
  .patient-content {
    display: block;
  }

  .edu-box {
    width: 100%;
  }

  .edu-box.patient-box {
    margin-bottom: 40px;
  }

  .edu-box img {
    max-width: 100%;
    width: 100%;
  }
}