/* education-text */
.education-text {
  padding-top: 60px;
}
.education-text .content h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 130px;
}
.education-text .content .itm {
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid #E3E3E3;
}
.education-text .content .itm:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 110px;
}
.education-text .content .itm .d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.education-text .content .itm .left {
  width: 320px;
}
.education-text .content .itm .right {
  width: 740px;
} 
.education-text .content .left h3 {
  color: #6219ff;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  position: relative;
  padding-left: 28px;
  padding-right: 30px;
}
.education-text .content .left h3:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/arrow-circle-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.education-text .content .right p {
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.09px;
  line-height: 29px;
  margin-bottom: 30px;
}
.education-text .content .right p:last-child {
  margin-bottom: 0px;
}
.education-text .content .right p b {
  font-weight: 500;
}
.education-text .content .right img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 768px) {
  .education-text .content h2 {
    margin-bottom: 60px;
  }
  .education-text .content .itm .d-flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .education-text .content .itm .left, .education-text .content .itm .right {
    width: 100%;
  }
  .education-text .content .itm .left {
    margin-bottom: 20px;
  }
  .education-text .content .itm{
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .education-text .content .left h3 {
    padding-right: 0px;
  }
  .education-text .content .itm:last-child {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 375px) {

}