.hoiet_memory {
  padding: 110px 0 70px 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: 60px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-family:var(--title-font-family);
  color:var(--title-text-color);
}
.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: 1680px) {
  .hoiet_memory_title h3{font-size: 56px;}
}
@media screen and (max-width: 1550px) {
  .hoiet_memory_title h3{font-size: 54px;}
}
@media screen and (max-width: 1440px) {
  .hoiet_memory_title h3{font-size: 50px;}
}
@media screen and (max-width: 1367px) {
  .hoiet_memory_title h3{font-size: 40px;}
}
@media screen and (max-width: 1281px) {
  .hoiet_memory_title h3{font-size: 36px;}
}
@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: 30px 0;}
  .hoiet_memory_inner .em-service-icon img { width: 50px;}
  .hoiet_memory_inner {margin-bottom: 20px;}
}
@media screen and (max-width: 768px) {
  .hoiet_memory_title h3{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .hoiet_memory_title h3{font-size: 22px;}
}
