.contact-info {
  flex: 1 1 350px;
  background-color: #fff;
  padding: 30px 35px;
  border-radius: 16px;
  border: 1px solid #A19467;

  margin-top: 20px;
}

.contact-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #A19467;
  border-left: 4px solid #A19467;
  padding-left: 12px;
  margin-bottom: 20px;
}

.contact-description {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}

.contact-details p {
  margin: 14px 0;
  font-size: 16px;
  color: #333;
  padding-bottom: 8px;
}

.contact-details a {
  color: #A19467;
  text-decoration: none;
  font-weight: 500;
  transition: border-bottom 0.3s ease;
  border-bottom: 1px dotted transparent;
}

.contact-details a:hover {
  border-bottom: 1px dotted #A19467;
}

.contact-map {
  flex: 1 1 350px;
  height: 400px;
  border-radius: 16px;
  border: 1px solid #A19467;
  margin-top: 25px;
  overflow: hidden;
}
