.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--coldGradient);
  padding: 32px 24px;
}

.contact-card__name-title {
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 800;
  line-height: 1.67; /* 166.667% */
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-card__email-phone {
  font-size: var(--fs-20);
  font-style: normal;
  line-height: 2;
}

.contact-card img {
  width: 140px;
  max-width: 100%;
  height: auto;
}