/* O NAMA PAGE */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.about-text p { margin-bottom: 16px; font-size: 14px; line-height: 1.8; color: #555; }
.about-values { margin-top: 30px; }
.about-values h3 { font-size: 15px; font-weight: 700; color: #222; margin-bottom: 6px; text-transform: uppercase; }
.about-values h4 { font-size: 14px; font-weight: 700; color: #e8162d; margin: 16px 0 4px; text-transform: uppercase; }
.about-values p { font-size: 13px; color: #666; line-height: 1.7; }
.about-image img { width: 100%; height: auto; object-fit: cover; }

@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; }
}
