body {
  background-color: #5f8670;
}
.sendmsgheader {
  text-align: center;
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

h1,
h4,
p {
  font-family: "Poppins", sans-serif;
}
iframe {
  display: inline-block;
}
.contact-form {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    width: 100%;
    height: 50%;
  }
}
li {
  font-family: "Poppins", sans-serif;
}
