.banner-top {
}
.banner-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.banner-content img {
  align-self: center;
}
.banner-content h1 {
  font-family: Butler;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  font-weight: bold;
  color: #6c4c46;
}
.banner-content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #977d7d;
  margin-top: 25px;
}
.banner-content h2 {
  font-family: Butler;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  color: #6c4c46;
  margin-bottom: 20px;
}
.content h1 {
  font-family: Butler;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  font-weight: bold;
  text-align: left;
  color: #6c4c46;
  margin-top: 25px;
}
.content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #977d7d;
  margin-top: 25px;
}
.content h2 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #6c4c46;
  margin-top: 25px;
}
ul {
  font-family: Butler;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: bold;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #6c4c46;
  margin-bottom: 20px;
}
.content li {
  font-family: Poppins;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #977d7d;
  text-decoration: none;
  margin-top: 30px;
}
.heading {
  margin-top: 20px;
}
.whatsapp {
  position: fixed;
  right: 40px;
  top: 700px;
}
@media only screen and (max-width: 600px) {
  .banner-top img {
    width: 285px;
  }
  .banner-content iframe {
    width: 300px;
    height: 150;
  }
  .banner-content h2 {
    font-family: Butler;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: bold;
    text-align: center;
    color: #6c4c46;
    margin-bottom: 20px;
  }
  ul {
    font-family: Butler;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: bold;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #4d3d3b;
    margin-bottom: 20px;
  }
  .content h1 {
    font-family: Butler;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    font-weight: bold;
    text-align: left;
    color: #6c4c46;
    margin-top: 25px;
  }
  .content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #977d7d;
    margin-top: 25px;
  }
  .content h2 {
    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;
    margin-top: 25px;
  }

  .content li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #977d7d;
    text-decoration: none;
    margin-top: 30px;
  }
  .heading {
    margin-top: 20px;
  }
  .banner-content iframe {
    height: 180px;
  }
  .whatsapp {
    position: fixed;
    right: 40px;
    top: 700px;
  }
}
