.hoiet_memory {
  padding: 80px 0 ;
}

.hoiet_memory_title h2 {
  font-size: 16px;
  display: inline-block;
  margin: auto;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  color: var(--color-primary);
}

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

.hoiet_memory_inner {
  margin-bottom: 50px;
}
.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;
  font-size: 16px;
}


@media (min-width: 992px) and (max-width: 1280px) {
  .hoiet_memory_title h3 {
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hoiet_memory_title h3 {
    font-size: 28px;
  }
  .hoiet_memory_inner .em-service-desc p {
 
  font-size: 14px;
}
}

@media (max-width: 767px) {
  .hoiet_memory_title h2 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .hoiet_memory_title h3 {
    font-size: 28px;
  }

  .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;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hoiet_memory_title h3 {
    font-size: 25px;
  }
  .hoiet_memory_inner .em-service-desc p {
 
  font-size: 13px;
}
}