.educatiom-group {
    display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.education-img, .education-text {
    position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 5px;
}
.education-img {
    -ms-flex: 0 0 40.666667%;
  flex: 0 0 40.666667%;
  max-width: 40.666667%;
}
.education-text {
    -ms-flex: 0 0 57.333333%;
    flex: 0 0 57.333333%;
    max-width: 57.333333%;
}
@media (max-width: 1199px) and (min-width: 980px) {
    .educatiom-group {
        display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .education-img {
        flex: unset;
       max-width: unset;
    }
    .education-text {
        flex: unset;
       max-width: unset;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .educatiom-group {
        display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .education-img {
        flex: unset;
       max-width: unset;
    }
    .education-text {
        flex: unset;
       max-width: unset;
    }
}
@media (max-width: 767px) {
    .educatiom-group {
        display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .education-img {
        flex: unset;
       max-width: unset;
    }
    .education-text {
        flex: unset;
       max-width: unset;
    }
}