.about-peval-section {
  padding: 80px 30px;
  background: linear-gradient(to bottom, #ffffff, #f9f9f9);
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.container-about {
  max-width: 1200px;
  margin: 0 auto;
}

.about-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #222;
  border-bottom: 3px solid #f5b400;
  display: inline-block;
  padding-bottom: 10px;
}

.about-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.about-text {
  flex: 1 1 55%;
}

.about-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #f5b400;
  margin-bottom: 10px;
}

.about-paragraph {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.about-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.card-item {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  border-left: 5px solid #f5b400;
  border-radius: 8px;
  flex: 1 1 48%;
}

.card-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.card-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.about-image {
  flex: 1 1 40%;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#sp-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}