.contect-heading {
  text-align: center;
  margin-top: 6.4rem;
}

.contect {
  position: relative;
}

.contect img {
  width: 80%;
}

.contect-details {
  padding: 2.4rem;
  grid-template-columns: auto 1fr;
  width: 32rem;
  column-gap: 2.4rem;
  row-gap: 2.4rem;
  color: #eee;
  /* background-color: #555249; */
  background-color: #212121;

  position: absolute;
  top: 15%;
  left: 30%;
}

.contect-details a:link,
.contect-details a:visited {
  color: #fdf2ea;
  text-decoration: none;
}

.contect-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  margin-top: 2px;
}
