.hoiet_memory {
  padding: 70px 0;
}
.hoiet_memory .item_block a {
  border: 1px solid #f1f1f1;
  display: block;
  width: 80%;
}
.hoiet_memory_title h2 {
  display: inline-block;
  margin: auto;
  padding: 0px 0px 10px 0px;
          display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hoiet_memory_title h3 {
  font-size: 46px;
  line-height: 1;
}

.em-service-title h3 {
  word-break: break-all;
  min-height: 3em;
  word-break: break-word;
  font-size: 22px;
}

.hoiet_memory_inner {
  /*margin-bottom: 50px;*/
  background: #fff;
}
.hoiet_memory_inner > div {
  align-items: center;
  padding: 5px 20px;
  flex-direction: column;
}
.hoiet_memory_inner .em-service-icon {
  flex-shrink: 0;
  margin: 0px 20px 0px 0px;
}
.hoiet_memory_inner .em-service-icon img {
  margin-bottom: 15px;
  width: 80px;
}
.hoiet_memory_inner .em-service-desc p {
  padding: 10px 20px 0px 0px;
}
@media (max-width: 1440px) {
  .hoiet_memory .item_block a {
    width: 100%;
  }
  .em-service-title h3 {
    font-size: 22px;
  }
}

@media  (max-width: 1200px) {
  .hoiet_memory_title h3 {
    font-size: 38px;
  }
  .hoiet_memory .item_block a {
    width: 100%;
  }
  .em-service-title h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hoiet_memory_title h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hoiet_memory {
    padding: 50px 0;
  }
  .hoiet_memory_title h2 {
    margin-bottom: 4px;
  }
  .hoiet_memory_title h3 {
    font-size: 23px;
  }

  .hoiet_memory p {
    font-size: 14px;
  }

  .hoiet_memory_inner .em-service-title h3 {
    font-size: 20px;
  }
  .hoiet_memory_inner .em-service-desc p {
    padding: 10px 0;
  }
  .hoiet_memory_inner .em-service-icon img {
    width: 60px;
  }
  .hoiet_memory_inner > div {
    padding: 10px 20px;
  }
  .em-service-title h3 {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .hoiet_memory {
    padding: 30px 0;
  }
  .hoiet_memory_title h3 {
    font-size: 25px;
  }
}