.heading_line_wrapper {
  margin-top: 2.2rem;
}

.contect_header {
  display: inline-block;
  background-color: white;
  padding: 0 30px;
  color: var(--secondary);
  font-weight: 800;
  font-style: italic;
}
.heading_line {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: var(--secondary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.contact_desc {
  color: var(--light-grey);
  font-style: italic;
}

.contact_icon_card {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 0 3px rgba(32, 32, 32, 0.6); */
}
.contact_icon_card i {
  font-size: 2rem;
  display: block;
}
