.contact-us {
  display: flex;
  opacity: 0.8;
  padding: 7px;
}
.contact-us svg {
  fill: var(--background-cta);
  width: 28px;
  height: 28px;
}
.contact-us:hover {
  opacity: 1;
  cursor: pointer;
}
