  .contact-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-section {
  width: 100%;
}

.contact-item {
  display: flex;
  margin: 30px 0;
}

.icon {
  width: 50px;
  text-align: center;
  background-color: antiquewhite;
  margin-right: 20px;
  align-content: center;
}

.info .label {
  font-weight: bold;
}

.info .value {
  margin-top: 2px;
}