.footer_pc_container .footer-columns {
  width: 100%;
  display: flex;
  padding-top: 48px;
  justify-content: center;
  padding-bottom: 48px;
}
.footer-cols-width-container {
  width: 100%;
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}

.footer_pc_container .footer-columns .footer-column {
  width: 170px;
}

.footer_pc_container .footer-columns .footer-column .footer-col-icon {
  width: 1em;
  height: 1em;
  cursor: pointer;
  margin-right: 12px;
}

.footer_pc_container .footer-columns .footer-column .footer-title {
  color: rgb(255, 255, 255);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 12px;
}

.footer_pc_container .footer-columns .footer-column .footer-col-subtitle {
  color: rgb(255, 255, 255);
  /* cursor: pointer; */
  display: -webkit-box;
  overflow: hidden;
  padding-top: 12px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.footer_pc_container .footer-columns .footer-column .footer-icon-row {
  width: 100%;
  display: flex;
  padding-right: 18px;
  padding-bottom: 12px;
  /* Uncomment below line if necessary */
  /* justify-content: space-between; */
}
