

.about-section {
  background-image:url("/assets/background-image2.jpg");
  background-attachment:fixed;
  padding: 100px 20px;
  text-align:center;

}

.about-us-heading {
  text-align:center;
  font-weight:bold;
}

.about-container {
  max-width: 800px;
  margin: auto;
}

.values {
  color:white;
  background-color:black;
  padding:30px;
  border-radius:30px;
}

.values h3 {
  font-family: "Cherry Bomb One", system-ui;
  font-size: 1.8rem;
  color: #007e0a;
  margin-bottom: 20px;
  font-weight:bold;
}

.values-list {
  font-family: "Cherry Bomb One", system-ui;
  list-style: none;
  padding: 0;
}

.values-list li {
 font-family: "Cherry Bomb One", system-ui;
  margin-bottom: 15px;
  font-size: 1rem;
  text-align:center;
}



.about-background {
  font-family: "Cherry Bomb One", system-ui;
  margin-top: 40px;
  background:  #3f4bf838;
  padding:40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.about-background h3, .about-background h4 {
  font-family: "Cherry Bomb One", system-ui;
  font-weight:bold;
  color: #007e0a;
  margin-bottom: 18px;
  margin-top: 24px;
  font-size: 1.4rem;
}

.about-background ul {
   font-family: "Sour Gummy", sans-serif;
  list-style: none;
  padding-left: 0;
  margin-bottom: 18px;
  padding:10px;
}

.about-background ul ul {
   font-family: "Sour Gummy", sans-serif;
  margin-left: 20px;
}

.about-background li {
   font-family: "Sour Gummy", sans-serif;
  font-size: 1rem;
  padding:10px;
}

.about-background p {
  font-family: "Sour Gummy", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color:black;
  text-align:center;
 
}

.me {
    display: block;
    margin: auto;
    width:200px;
    border-radius:50%;
}



