.image-fit-item-list {
  width: 60px !important;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.description {
  font-family: TruenoLt;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.01em;
  text-align: center;

}

.title {
  font-family: TruenoLt;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.005em;
  text-align: center;
}

.container-itemlist {
  width: 311px;
  margin-right: 20px;
  border: none;
}

.desktop-itemlist {
  display: block;
}
.mobile-itemlist{
  display: none;
}

.title-itemlist {
  font-family: TruenoLt;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.005em;
  text-align: center;
}
.description-itemlist {
  font-family: TruenoLt;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -0.01em;
  text-align: center;

}
.no-border{
  border: none !important;
}

@media only screen and (max-width: 768px) {
  .container-itemlist {
    margin-right: 0;
    width: 100%;
  }

  .desktop-itemlist {
    display: none !important;
  }
  .mobile-itemlist{
    display: block;
  }
  .container-recommendation-mobile {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
  }
  .icon i {
    font-size: 20px;
  }
  .text {
    font-size: 18px;
    font-weight: bold;
  }
  .title-itemlist {
    font-family: TruenoLt;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.002em;
    text-align: left;    
  }
  .description-itemlist {
    font-family: TruenoLt;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.005em;
    text-align: left;
    color: rgba(0, 0, 0, 1);

  }
  
  /* .description {
    font-size: 14px;
    line-height: 1.5;
  } */
}