/*--------------------------- CONTACT US --------------------------*/

/*--- ADDRESS INFORMATION ---*/
.address__details > .hline-separator {
  width: 20%;
}

.address__heading {
  color: var(--color-text);
}

.address__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.address__info {
  font-weight: 500;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.address__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.address__icon-img {
  width: 3rem;
  height: 3rem;
  fill: var(--color-secondary);
}

/*--------------------------- CONTACT US --------------------------*/
