.hoiet_memory {
  padding: clamp(30px, 6.25vw, 120px) 0 clamp(30px, 3.645833vw, 70px) 0;
}

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

.hoiet_memory_title h3 {
    font-size:clamp(24px, 2.08vw, 40px);
    color:#000000;
    line-height: 1.2;
    font-weight: 700;
    /*text-transform: capitalize;*/
}

.hoiet_memory_inner {
  margin-bottom: clamp(15px, 2.604167vw, 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;
}

.hoiet_memory_inner .em-service-title h3 {font-size: clamp(17px, 1.25vw, 24px);}

.hoiet_memory p {font-size: clamp(14px, 0.83vw, 16px);}

@media(max-width:1280px){
  .hoiet_memory_inner .em-service-icon img {width: 70px;}

}


@media(max-width:991px){
  .hoiet_memory_inner .em-service-icon img {width: 60px;}

}


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

  .hoiet_memory_inner .em-service-desc p {
    padding: 10px 0;
  }
  .hoiet_memory_inner .em-service-icon img {
    width: 60px;
  }

  .hoiet_memory_inner .d-flex{flex-direction: column;text-align: center;}
  .hoiet_memory_inner .em-service-icon {margin: 0;text-align: center;}
  
}

