.heading-section {
  background-image: url(/Images/Intersection-48.png);
  padding-top: 70px;
  padding-bottom: 70px;
}
.heading-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading-section p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #d9506a;
}
.heading-section h1 {
  font-family: Butler;
  font-size: 58px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #4d3d3b;
}
.heading-section img {
  width: 1237px;
  height: auto;
  box-shadow: 28px 29px 28px 0 rgba(0, 0, 0, 0.16);
}
.faqs{
}
.faqs .questions {
  border-bottom: #f38399 3px solid;
}
.faqs a{
    color: #6c4c46;
    text-decoration:none;
    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;
}
.faqs .heading-faq-div .heading-faq{
        font-family: Butler;
        font-size: 45px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.51;
        letter-spacing: normal;
        text-align: left;
        color: #4d3d3b;
}
.heading-faq-div{
    border-bottom: solid #f38399 5px;
}
.back-button{
  display: flex;
  justify-content: center
}
.back-button button{
    height: 51px;
    padding: 11.2px 70px 11.8px 71px;
    border-radius: 4px;
    background-color: #6c4c46;
    border: none;
}
.back-button a{
  text-decoration: none;
  color: #ffffff;


}
.panel{
  border: 0px solid transparent;
}
.whatsapp {
  position: fixed;
  right: 40px;
  top: 700px;
}
@media only screen and (max-width: 600px) {
  .heading-section img {
    width: 300px;
    height: auto;
    box-shadow: 28px 29px 28px 0 rgba(0, 0, 0, 0.16);
  }
  .heading-section p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal; 
    color: #d9506a;
    text-align: center;
  }
  .whatsapp {
    position: fixed;
    right: 40px;
    top: 700px;
  }
}