.tc{
    display:none;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-primary {
  color: white;
  background-color: #216e30;
  border-color: #216e30;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.content{
    font-family:'Poppins'; 
    font-weight:400;
}
