i.hugeicon-advanced-icon-box{
    background-image: url('../img/advanced_icon_box.svg');
}
.thha-advanced-icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.thha-advanced-icon-box .thha-advanced-icon-box-icon {
  margin-right: 20px;
  font-size: 50px;
}

.thha-advanced-icon-box .thha-advanced-icon-box-content {
  flex: 1;
}

.thha-advanced-icon-box .thha-advanced-icon-box-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.thha-advanced-icon-box .thha-advanced-icon-box-description {
  font-size: 16px;
  color: #777;
}

.thha-advanced-icon-box:hover {
  background-color: #e5e5e5;
}