 /* ==== ABOUT PAGE STYLE ==== */
 .about-container {
   max-width: 1000px;
   margin: 50px auto;
   padding: 20px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.8;
   color: #333;
 }

 .about-header {
   text-align: center;
   margin-bottom: 40px;
 }

 .about-header h1 {
   font-size: 28px;
   color: #c59d5f;
   margin-bottom: 10px;
   text-transform: uppercase;
 }

 .about-header p {
   font-size: 16px;
   color: #555;
 }



 .about-section {
   margin-bottom: 40px;
 }

 .about-section h2 {
   font-size: 22px;
   color: #c59d5f;
   margin-bottom: 15px;
 }

 .about-section p {
   text-align: justify;
   font-size: 15px;
 }

 .about-section a {
   font-weight: bold;
   color: #c59d5f !important;
 }

  .about-section strong {
   font-weight: bold;
   font-size: 16px;
   color: #c59d5f !important;
 }
 .about-image {
   text-align: center;
   margin: 30px 0;
 }

 .about-image img {
   width: 100%;
   max-width: 1000px;
   border-radius: 10px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 }

 @media (max-width: 768px) {
  .about-container {
    margin: 10px;
  }


   .about-header h1 {
     font-size: 24px;
   }

   .about-header p {
     font-size: 14px;
   }

   .about-section{
     margin-bottom: 10px;
     text-align: left;
   }
   .about-section h2 {
     font-size: 20px;
     text-align: left;
   }

   .about-section a {
   color: #c59d5f !important;
 }

  .about-section strong {
   font-size: 14px;
   color: #c59d5f !important;
 }

   .about-container {
    margin-top: 100px;
     padding: 5px;
   }
 }

 /* ==== END ABOUT PAGE STYLE ==== */