/*========== COMPLAINTS(section2) ==========*/

#privacy-management .complaints-section2-title{
  font-size: inherit;
  padding-top: 30px;
  padding-bottom: 10px;
}
#privacy-management .complaints-section2-sub-title{
  font-weight: normal;
  font-size: inherit;
  padding-left: 1em;
}
#privacy-management .complaints-section2-sub-text{
  padding-left: 2em;

}

#about .history-table td {
  padding-left: 30px;
}

#about .history_mousehover_img_parent > img{
  display: none;
}

#about .history_mousehover_img_parent:hover > img{
  display: block;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
