.hoiet_memory {
  padding: 110px 0 70px 0;
}

.hoiet_memory_title h2 {
  font-size: 18px;
  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;
}





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

  .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 screen and (max-width: 1500px) {
  .hoiet_memory_title h3 {font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .hoiet_memory_title h3 {font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .hoiet_memory_title h3 {font-size: 34px;}
  .hoiet_memory_inner .em-service-title h3{font-size:22px}
}
@media screen and (max-width: 1171px) {
  .hoiet_memory_title h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .hoiet_memory_title h3 {font-size: 26px;}
  .hoiet_memory { padding: 50px 0;}
  .hoiet_memory_inner .em-service-icon img {width: 55px;}
  .hoiet_memory_inner .em-service-title h3{font-size:18px}

}
@media screen and (max-width: 768px) {
  .hoiet_memory_title h3 {font-size: 24px;}
  .hoiet_memory_inner .em-service-title h3{font-size:16px}
  .hoiet_memory_inner {margin-bottom: 25px;}
}
@media screen and (max-width: 480px) {
  .hoiet_memory_title h3 {font-size: 22px;}
}
