.form-section {
  background-image: url("../Images/Intersection-48.png");
  text-align: center;
}
.form-section .form-heading p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #d9506a;
}
.form-section input {
  width: 350px;
  height: 60px;
  margin: 10px;
  border: solid 3px #fbd6dd;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.form-section .submit-button {
  width: 190px;
  height: 51px;
  padding: 11.2px 59px 11.8px;
  border: 0px none;
  border-radius: 4px 0px none;
  background-color: #6c4c46;
  color: #ffffff;
}
.form-section .form-heading h2 {
  font-family: Butler;
  font-size: 58px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #4d3d3b;
  margin-top: 18px;
}
.form-section .container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 70px 30px;
}
.form-section .container p {
  font-family: Butler;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #4d3d3b;
  padding-bottom: 80px;
  padding-top: 80px;
}
.form-section .container .form-control {
  width: 350px;
  height: 60px;
  padding: 21px 96px 20px 25px;
  border: solid 1px #fbd6dd;
  background-color: #f9f9f9;
  text-align: left;
}
.form-section .form-row {
  display: flex;
  flex-direction: row;
}
.center-form {
  display: flex;
  justify-content: center;
}
.form-section .container button {
  width: 190px;
  height: 51px;
  padding: 11.2px 59px 11.8px;
  border-radius: 4px;
  background-color: #6c4c46;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: none;
  align-self: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.map-section {
  background: #faf3ea;
  padding-top: 60px;
  padding-bottom: 60px;
}
.map-section .Heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  color: #6c4c46;
}
.map-section .addrres h1 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #6c4c46;
}
.map-section .addrres p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #977d7d;
}
.info {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.info h1 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #6c4c46;
}
.info a {
  font-family: Poppins;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #f38399;
}
.whatsapp {
  position: fixed;
  right: 40px;
  top: 700px;
}

@media only screen and (max-width: 480px) {
  .container .form-control {
    width: 250px !important;
  }
  .form-section input {
    width: 250px;
  }
  .whatsapp {
    position: fixed;
    right: 40px;
    top: 700px;
  }
}
