/* <form class="my-form" 
      action="https://formspree.io/f/xgebqaya"
      method="POST" 
      > */

/* CSS */
body {
  font-family: "Lexend", Arial, Helvetica, sans-serif;
  /* font-family: Arial, sans-serif; */
  margin: 0;
  padding: 0;
}

.description {
  padding: 2px 20px;
  flex: 1;
}
.headding {
  color: #24658f;
}

.description h2 {
  /* margin-top: 4rem; */
  font-size: 2rem;
  line-height: 1.58rem;
  font-weight: 800;
}
.phead {
  font-size: 1rem;
  margin-top: 0.7em;
  line-height: 1.58rem;
  padding-bottom: 10px;
}
.psecond {
  line-height: 1.5rem;
  font-size: 15px;
}
.ptags {
  font-size: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: 400;
  line-height: 1.58rem;
}

.description ol,
.description ul {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.58rem;
  /* padding-left: 15px; */
}
.lastItems {
  display: flex;
  flex-direction: column;
  line-height: 1.58rem;
}
