:root {
  --index: calc(1vw + 1vh);
  --color_text_light: #fff;
  --btn_hover: #C6A647;
  --color_text: #000;
}

.section-social-icons {
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}

.section-social-icons .item {
  width: 50px;
  height: 50px;
  margin: 0 15px;
}

.section-social-icons .item img {
  max-width: 100%;
  max-height: 100%;
}

.section-social-icons .item img:hover {
  filter: invert(99%) sepia(24%) saturate(6813%) hue-rotate(321deg) brightness(85%) contrast(79%);
}