.hoiet_memory {
  padding: 110px 0 70px 0;
  background-color: #2a2a3f!important;
}
.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: 56px;
  line-height: 1;
  color: #fff;
}

.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-title h3 {
  color: #fff;
}
.hoiet_memory_inner .em-service-desc p {
  padding: 10px 20px 0px 0px;
  color: #fff;
}





@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: 54px;
  }
}
@media screen and (max-width: 1441px) {
  .hoiet_memory_title h3 {
    font-size: 50px;
  }
  .hoiet_memory_inner .em-service-icon img {width: 60px;}
}
@media screen and (max-width: 1367px) {
  .hoiet_memory_title h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1281px) {
  .hoiet_memory_title h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1171px) {
  .hoiet_memory_title h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 992px) {
  .hoiet_memory_title h3 {
    font-size: 34px;
  }
  .hoiet_memory {padding:30px 0;}
  .hoiet_memory_inner .em-service-title h3 {font-size: 20px;}
  .hoiet_memory_inner .em-service-desc p {font-size: 14px;}
}

@media screen and (max-width: 768px) {
  .hoiet_memory_title h3 {
    font-size: 30px;
  }
  .hoiet_memory_inner .em-service-icon img {width: 40px;}
  .hoiet_memory_inner {margin-bottom: 20px;}
}
@media screen and (max-width: 576px) {
  .hoiet_memory_title h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .hoiet_memory_title h3 {
    font-size: 22px;
  }
}
