.body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.container-3 {
  display: flex;
}

.container-fluid {
  margin-top: 100px;
}
.li-nk {
  text-decoration: none;
  font-weight: 100;
}
.under-header {
  width: 100%;
  height: 54px;
  background-color: rgb(245, 245, 245);
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.container-1 {
  width: 1349px;
  padding: 0 45px 0 45px;
  height: 54px;
  display: flex;
  align-items: center;
}

.content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.container-3 {
  width: 1349px;
  padding: 0 45px 0 45px;
}
p {
  font-size: 15px;
  font-weight: bolder
}
.li-nk {
  color: rgb(26, 43, 201);
  font-weight: bolder;
}
.contact-fr-contact {
  width: 50%;
  padding-right: 10px;
}
.small-1 {
  width: -webkit-fill-available;
  height: 38.4px;
  padding: 5px 20px 0px 20px;
  border: 1px solid rgb(225 225 225);
  border-radius: 6px;
  margin-top: 15px;
}
.large-1 {
  width: -webkit-fill-available;
  height: 33.8px;
  padding: 5px 20px 5px 20px;
  border: 1px solid rgb(225 225 225);
  border-radius: 6px;
  margin-top: 15px;
}
.large-2 {
  width: -webkit-fill-available;
  height: 139px;
  padding: 10px 20px 10px 20px;
  border: 1px solid rgb(225 225 225);
  border-radius: 6px;
  margin-top: 15px;
  text-align: start;
}
.container-input {
  width: 48%;
}
.form-feedback {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.map {
  width: 50%;
  display: flex;
  justify-content: center;
  padding-left: 10px;
}

.error {
  color: red;
  margin-bottom: 10px;
}

.btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
  line-height: 1.5;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 15px; 
  margin-top: 15px;
  margin-bottom: 20px;
}

.btn:hover {
  background-color: #0056b3;
}
