#contact {
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#contact img {
  width: 100px;
}

a#back {
  color: var(--dark3);
  font-size: 13px;
  margin-top: 5px;
  position: absolute;
  top: 6px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a#back .fa-angles-right {
  color: var(--light2);
  font-size: 17px;
  margin-left: 4px;
}

#contact p {
  font-weight: bold;
  color: var(--dark3);
}

#branches-title {
  margin-top: 20px;
  color: var(--light2);
}

.phones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  margin-top: 5px;
  color: #002bd1;
}

.phones span {
  font-family: Roboto;
}

.fa-facebook {
  color: #2230e7;
  font-size: 20px;
}

.branch {
  font-size: 15px;
}

p.address {
  text-align: center;
  font-size: 13px;
  width: 200px;
}

.map-container {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 9px;
  /* box-shadow: 0 2px 8px rgb(57 14 14 / 10%); */
  margin: 15px auto 25px;
  background: var(--light1);
  border: 1px solid var(--primary);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

hr {
  width: 100%;
  margin: 10px auto;
  border: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, #3a7bd5, transparent);
  border-radius: 2px;
}

/* #contact a {
  color: var(--dark3);
  font-size: 13px;
  margin-top: 5px;
} */
