.px-contactwall .contact-list {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
.px-contactwall .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.px-contactwall .contact-item:not(:last-child) {
  margin-bottom: clamp(0.875rem, 0.7736486486rem + 0.5067567568vw, 1.25rem);
}
.px-contactwall .contact-item > a {
  display: flex;
  align-items: center;
  gap: inherit;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.px-contactwall .contact-item > a:hover .contact-item__text {
  text-decoration: underline;
}
.px-contactwall .contact-item__icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  background: var(--second-color);
  border-radius: 50%;
}
.px-contactwall .contact-item__icon img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.px-contactwall .contact-item__text {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}