.contact-form-container {
  /* display: flex; */
  margin-top: 120px;
}
.contactUs {
  background-color: #f2f0ed;
  padding: 212px 59px 122px 37px;
  position: relative;
}
.contactUs .body-1 {
  color: #240d0a;
  font-weight: 400;
  font-size: 16.5px;
  line-height: 160%;
  opacity: 0.7;
}
.contact-form {
  border-radius: 0px 0px 120px 0px;
  border: 1px solid #d4cec9;
  padding: 60px 48px;
}
.form-group {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-control {
  border: none;
}
.form-control label {
  text-transform: uppercase;
}
.form-control input,
.form-control select,
.form-control textarea  {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form-container label,
.contact-form-container option {
  font-size: 14px;
  color: #542727;
}
.contact-form-container [data-sf-role="error-message"],
.field-validation-error {
  font-size: 11px;
  color: red;
}
.contact-form-container input,
.contact-form-container select {
  border: none;
  border-bottom: 1px solid #542727;
  border-radius: 0;
  padding: 0;
}
.contactUs h1 {
  line-height: 110%;
}
.contact-form-container .submit-btn {
  background-color: #542727;
  color: #fff;
  border: none;
  padding: 8px 34px;
  border-radius: 70px;
  /* margin-top: 64px; */
}
.contact-form-container .submit-btn button {
	border: none;
	background: none;
	color: #fff;
}
.contact-form-container .contact-logo {
  position: absolute;
  top: -100px;
  margin: auto;
  left: 0;
  right: 0;
}
.contactUs h1,
.contactUs .body-1 {
  margin-bottom: 24px;
}
.phone img,
.location img {
  width: 24px;
  height: 23px;
  position: absolute;
}
.phone,
.location {
  position: relative;
  margin-bottom: 20px;
}
.phone-info,
.location-info {
  padding-left: 40px;
}
.address {
  color: #240d0a;
  font-weight: 400;
  font-family: poppins;
  opacity: 0.7;
  line-height: 160%;
}
.phone-info b,
.location-info b {
  color: #542727;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}