.top-padding{
	padding-bottom:100px;
	display:block;
}


.about .man p{
  font-size: 26px;
}
.about .man h4{
  color:lightgreen;
}
.about .man-text{
  font-size: 30px;
  padding:5%;
  margin: auto;
}
.about .man-text p {
  font-size:20px;

}
.about .man-text h1{
  text-transform: capitalize;
  font-size:55px;
}
.about li{
  font-size:20px;
  padding:5px;
}
.btn-primary{
  color: #ffffff;
  background-color: var(--primary-color);
    border-color: #71B85F;
}
.btn{
  position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 22px 58px;
    font-size:18px;
    line-height: 1.25;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border-radius: 10em;
    box-shadow: inset 0px -4px 2px rgb(0 0 0 / 25%);
}
