.content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.content .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content .wrapper div {
  font-family: "Open Sans Condensed", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.content .wrapper a {
  font-family: "Open Sans Condensed", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
}
.content .wrapper a.phone {
  color: black;
}
.content .wrapper a.email {
  font-weight: 400;
}
.content img {
  height: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
}
