input::-webkit-input-placeholder {
  color: black !important;
}

textarea::-webkit-input-placeholder {
  color: black !important;
}

.services .service-item .icon_new {
  background: rgba(255,255,255,0.7);
  color: var(--contrast-color);
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  border: 1px solid silver;
}

.service-item :hover {
  background: none !important;
}

#xx:hover {
  color: black!important;
}

#xx {
  color: gray!important;
}

#fbx {
  color: #1877F2 !important;
}

#fbx:hover {
  color: #1877F2 !important;
}

#instx {
  color: #d62976 !important;
}

#instx:hover {
  color: #d62976 !important;
}

#youtx {
  color: red !important;
}

#youtx:hover {
  color: red !important;
}

