.quicksand-500 {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.pcolour {

  color: #019444;
}

.myh2 {
  font-size: 18px;
}


/* Removes dots from all unordered lists (<ul>) on the page */
ul {
  list-style-type: none;
}


.listmy {
  text-align: start !important;
  margin-top: 20px;
}


.listme {
  text-align: start !important;
  margin-top: 80px;
}

.pt50 {
  padding-top: 35px !important;
}


.sect2 {
  margin-top: 15px;
  padding-top: 10px;
}

.sect5 {
  margin-top: 5px;
  padding-top: 5px;
}


.mybg {
  background: rgb(237, 255, 233);
  padding-bottom: 10px;
  
}

@media (max-width: 768px) {

 .sect2 {
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 7px;
}

.sect5 {

  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 7px;
}

 
}