.about-card{
    background: #000;  
    color: #fff;  
    padding-top: 1rem;
}
.about-card h2{
  font-size: .8rem;
  text-align: center;
  line-height: 1rem;
  font-family: "BBH Sans Bartle", sans-serif;
}
.light{
  background-color: #f0f0f0;
  color: #000;
  padding: 1rem;
  padding: 2rem 1rem;
  /* padding: 2.5rem 1.5rem; */
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 2rem auto;
  font-family: "Poppins", sans-serif;
}
.dark{
  background-color: #000;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.about-card h3{
  font-family: monospace;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-weight: 600;
}
section p{
    font-size: .8rem;
    line-height: 1.2rem;
    font-family: "Share Tech Mono", monospace;
}
section ul{
    padding-top: .3rem;
    padding-left: 1rem ;
}
section ul li{
    font-size: .8rem;
    line-height: 1.4rem;
    margin-bottom: .4rem;
    font-family: "Share Tech Mono", monospace;
    list-style: circle;
}
.areas ul{
     margin: 0 auto;
   padding: 1rem .5rem .5rem .5rem;
   /* width: 20rem; */
}
.areas li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: square;
    border-bottom: #232 1px solid;
    gap: 3px;
}
.progress-bar{
    display: block;
    background: #776;
    width: 45%;
    height: .6rem;
    border-radius: .5rem;
}
.progress{
    display: block;
    background: #ff0;
    width: 40%;
    height:100%;
    border-radius: .5rem;
    padding: .2rem;
}
.light h3 {
  text-align: center;
}
.goal-section ul {
  padding: 0;
}
.goal-section li {
  position: relative;
  margin-bottom: 0.7rem;
  color: #333;
  line-height: 1.3;
  list-style: none;
}
.goal-section li i {
  color: #ff0; 
  background: #000; 
  border-radius: 50%;
  margin-right: .5rem;
  padding: 0.2rem;
}
.mobile-nav-style{
  background: #fff;
  color: #000;
}
.mobile-nav-style  ul li a{
  color: #000;
  border-color: #000;
}

@media (min-width: 668px) {
h2{
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 1rem 0;
}
.light{
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(118, 117, 117, 0.08);
}
.dark{
  padding: 2rem;
}
h3{
  font-size: 1.5rem;
}
section p{
    font-size: 1rem;
    line-height: 1.6rem;
}
section ul{
    padding-top: .3rem;
    padding-left: 1rem ;
}
section ul li{
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: .4rem;
    font-family: "Share Tech Mono", monospace;
    list-style: circle;
}
.areas ul{
   padding: 1rem;
}
.areas li{
    padding: .5rem;
}
.progress-bar{
    width: 50%;
    height: .8rem;
}
}
@media (min-width: 968px) {
.about-card{
   max-width: 900px;
   padding: 2rem 5rem;
   margin: 0 auto;
    border-radius: 2rem;
}

}