*	{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	  line-height: 1.6;
	  color: #2c3e50;
	   background-color: #ffffff;
}

.main-navigation {
   position: fixed;
    top: 0;
    width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
   border-bottom: 1px solid #e8ecef;
  z-index: 1000;
  transition: all 0.3s ease;

}

.nav-container {
  max-width: 1200px;
   margin: 0 auto;
  display :    flex;
  justify-content: space-between;
    align-items: center;
               padding: 1rem 2rem;
}

.logo-section .site-logo {
  height: 45px;
    width: auto;
}

.nav-links   {
  display: flex;

	gap     :     2rem; 
	
}

.nav-item {
   text-decoration: none;
   color: #34495e;
    position: relative;
                    font-weight: 500;
	transition: color 0.3s ease;
}

.nav-item:hover {
  color: #3498db;
}

.nav-item::after {
  content: '';
   position    :absolute;
  width:0;
    height: 2px;
   bottom: -5px;
    left: 0;
  background-color: #3498db;
   transition: width 0.3s ease;
}

.nav-item:hover::after
{
    width: 100%;
}


.mobile-toggle {
    display: none;
   flex-direction     :     column;
    cursor: pointer;
    gap: 4px;
}

.mobile-toggle span {

   width   : 25px;
  height  : 3px;
   background-color   :        #34495e;
  transition:      all 0.3s ease;
     }

.mobile-toggle.active span:nth-child(1)


{
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active span:nth-child(2) {


   opacity: 0;
	}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
	
}

.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
    padding: 120px 2rem 80px;
  margin-top: 80px;
}

.hero-content{
                    max-width: 1200px;
    margin: 0 auto;
  display: grid;
          grid-template-columns: 1fr 1fr;
	gap: 4rem;
  align-items: center;
}

.hero-text h1 {
  font-size: 3.5rem;
    font-weight: 700;
  margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-text p {
	 font-size: 1.2rem;
	margin-bottom: 2.5rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
	gap: 1rem;
}

.cta-primary, .cta-secondary {
   padding: 1rem 2rem;
  border-radius: 50px;
    text-decoration: none;
	font-weight: 600;
   transition: all 0.3s ease;
    display   :       inline-block;
}

.cta-primary {
   background-color: #ffffff;
   color: #667eea;
}

.cta-primary:hover  {
	background-color   :       #f8f9ff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.cta-secondary {
   border   :   2px solid white;
    color: white;
}

.cta-secondary:hover
	{


   background-color: white;
   color: #667eea;}

.hero-image img{
   width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.featured-stats {
    background-color: #f8f9fa;
   padding: 4rem 2rem;
}

.container {
          max-width   :  1200px;
  margin: 0 auto;
}

.stats-grid {
	display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

   gap: 3rem;

    text-align   :center;
}

.stat-item h3 {
    font-size: 3rem;
  color: #3498db;
   font-weight: 700;
   margin-bottom: 0.5rem;
}

.stat-item p {


	 font-size: 1.1rem;
    color  :       #7f8c8d;
	}



.services-section {
    padding :       6rem 2rem;
       background-color: #ffffff;
}

.services-section h2 {
  text-align: center;
    font-size: 2.5rem;
   margin-bottom: 3rem;
    color: #2c3e50;
}

.services-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
	
}

.service-card {
    background: white;
  border-radius: 15px;
   padding: 2rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border: 1px solid #e8ecef;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-card img {
    object-fit: cover;
               border-radius: 10px;
    margin-bottom   :      1.5rem;
   height: 200px;
               width: 100%;
}

.service-card h3 {
   font-size: 1.5rem;
    margin-bottom: 1rem;
  color: #34495e;
}

.service-card p {
   color: #7f8c8d;
   margin-bottom: 1.5rem;
}

.service-price {
    font-size: 1.3rem;
   font-weight: 700;
    color: #3498db;
}

.methodology-section {
  background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
   padding    :      6rem 2rem;
}

.methodology-content {
   display :  grid;
    grid-template-columns     :1fr 1fr;
    gap: 4rem;
  align-items: center;
}

.methodology-text h2 {
	font-size   :     2.5rem;
   margin-bottom: 1.5rem;
    color: #2c3e50;

}

.methodology-text > p
	{
					font-size :       1.1rem;
   color: #6c757d;
    margin-bottom: 2rem;

}



.methodology-points {
    display: flex;
  flex-direction: column;
    gap: 2rem;
}

.method-point h4 
 {
   color: #3498db;
    margin-bottom   :      0.5rem;
   font-size: 1.2rem;
}

.method-point p {
	 color: #6c757d;
}

.methodology-image img {
       width: 100%;
	 border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1); 

}

.cta-section {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
   padding   :    5rem 2rem;
    text-align: center;
}

.cta-content h2 {

    font-size: 2.5rem;
   margin-bottom: 1.5rem;
}

.cta-content p {


   font-size   :      1.2rem;
  margin-bottom: 2.5rem;
    opacity: 0.9;
     }

.cta-button-large {
  background-color: white;
    color    :      #3498db;
   padding: 1.2rem 3rem;
        border-radius : 50px;
   text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
   transition     :     all 0.3s ease;
   display: inline-block;
}

.cta-button-large:hover {
    background-color: #f8f9ff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.contact-section {
    padding: 6rem 2rem;
  background-color: #f8f9fa;
}

.contact-section h2  {


  text-align: center;
  font-size: 2.5rem;
  margin-bottom   :  3rem;
  color: #2c3e50;


}

.contact-content {
    display: grid;
	 grid-template-columns: 2fr 1fr;
    gap: 4rem;
    max-width: 1000px;
  margin: 0 auto;
}

.contact-form-wrapper {
    background: white;
       padding: 2.5rem;
     border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.contact-form {
  display: flex;
  flex-direction :     column;
   gap: 1.5rem;
}

.form-group input, .form-group select, .form-group textarea {
  width: 100%;
   padding: 1rem 1.5rem;
  border: 2px solid #e8ecef;
  border-radius: 10px;
  font-size: 1rem;
  transition :      all 0.3s ease;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline:       none;
	border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
	
}

.form-group textarea {


   min-height  :        120px;
  resize: vertical;

	}  

.submit-button {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
   border: none;
	 padding: 1.2rem 2rem;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
  cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
  transform: translateY(-2px);

  box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);


}

.contact-info {

	  display: flex;
  flex-direction     :       column;
   gap: 2rem;}

.contact-item h4 {
  color: #3498db;
    margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.contact-item p {
    color: #6c757d;
   line-height: 1.8;
}

.main-footer {
  background-color: #2c3e50;
    color    : white;
   padding: 4rem 2rem 2rem;

}

.footer-content


{
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 2rem;

   margin-bottom: 2rem;
}

.footer-section h4  {
   color: #3498db; 
	  margin-bottom : 1rem; 
	       font-size: 1.2rem;
}

.footer-logo {
    height: 50px;
  width: auto;
    margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.footer-section ul {
	list-style: none;
}



.footer-section ul li {

	    margin-bottom: 0.5rem;}

.footer-section ul li a {
  color: #bdc3c7;
  text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
	color :     #3498db;
	
} 

.footer-section p {
   color: #bdc3c7;
    line-height: 1.8;
} 

.footer-bottom   {
	border-top: 1px solid #34495e;
   padding-top: 2rem;
     text-align: center;
}

.footer-bottom p {
  color: #95a5a6;
}
@media (max-width: 768px) {
  .mobile-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .methodology-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .nav-container {
    padding: 1rem;
  }

  .hero-section {
    padding: 100px 1rem 60px;
  }

  .services-section, .methodology-section, .contact-section {
    padding: 4rem 1rem;
  }

  .cta-section {
    padding: 4rem 1rem;
  }

  .cta-content h2 {
    font-size: 2rem;
  }

  .main-footer {
    padding: 3rem 1rem 2rem;
  }
}.about-hero {

	  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  padding: 140px 2rem 80px;
   text-align: center;
	}

.about-hero-content h1 {
    font-size: 3rem;
       margin-bottom: 1.5rem;
     font-weight: 700;
}

.about-hero-content p {
    font-size: 1.3rem;
   opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
	 line-height: 1.7;
}

.company-story {
    padding: 6rem 2rem;
   background-color: #ffffff;
}

.story-content {
  display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items     :        center;
}

.story-text h2		{
	 font-size: 2.5rem;
   color: #2c3e50;
  margin-bottom: 2rem;




}

.story-text p {
   font-size: 1.1rem;
   color: #6c757d;
  margin-bottom: 1.5rem;
      line-height: 1.8;
}

.story-image img
{
   width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.mission-vision {
  background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
   padding: 5rem 2rem;
}

.mission-vision-grid {
               display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 3rem;
    max-width: 1000px;
	margin: 0 auto; 

}

.mission-box, .vision-box {
    background: white;
       padding: 3rem 2.5rem;
   border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
   transition: transform 0.3s ease;
}

.mission-box:hover, .vision-box:hover {
  transform: translateY(-5px);
}


.mission-box h3, .vision-box h3 {
    color :   #3498db;
   font-size: 1.8rem;
  margin-bottom: 1.5rem;
}



.mission-box p, .vision-box p {
   font-size: 1.1rem;
   line-height: 1.7;
   color: #6c757d;
}

.team-section {
    padding: 6rem 2rem;
	   background-color: white;
} 

.team-section h2 {
    text-align:      center;
   font-size: 2.5rem;
    color: #2c3e50;
  margin-bottom   : 4rem;
}


.team-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
       max-width: 1200px;
   margin: 0 auto;
}

.team-member 
 {
	    background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	 transition: all 0.3s ease;
	}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.team-member img {
    width: 100%;
   height: 250px;
    object-fit: cover;
      border-radius: 15px;
     margin-bottom :        1.5rem;
}

.team-member h4 {
    font-size: 1.4rem;
  color: #2c3e50;
    margin-bottom: 0.5rem;
}

.team-role {
    color: #3498db;
    font-weight: 600;
  margin-bottom: 1rem;
    font-size: 1rem;
}

.team-member > p:last-child {
  color: #6c757d;
  line-height    :1.6;
}


.achievements-section {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
   color: white;
    padding  :       5rem 2rem;
} 

.achievements-section h2 {
   text-align: center;
    font-size: 2.5rem;
  margin-bottom: 3rem;
}

.achievements-grid {
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   gap: 2rem;
   text-align: center;
}

.achievement-item   {
   padding: 2rem 1rem;
}

.achievement-number {
  font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);


}

.achievement-item p {
 font-size: 1.1rem;
  opacity: 0.9;

}

.approach-section {
   padding: 6rem 2rem;
    background-color: #f8f9fa;
}

.approach-content {
	display:  grid;
   grid-template-columns: 0.8fr 1.2fr;
   gap: 4rem;
    align-items: center;
}

.approach-image img {
                    width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.approach-text h2


{
   font-size: 2.5rem;
   color: #2c3e50;
  margin-bottom: 2rem;
}

.approach-points {
    display: grid;
    gap: 2rem;
}

.approach-point {
  padding: 1.5rem;
    background: white;
   border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
   border-left: 4px solid #3498db;
}

.approach-point h4  
  {
   color: #3498db;
   font-size: 1.2rem;
         margin-bottom: 0.8rem;
}

.approach-point p {
    color: #6c757d;
    line-height: 1.6;

}

.values-section {
  padding: 6rem 2rem;
    background-color     :white;
}

.values-section h2  
  {
   text-align: center;
    font-size: 2.5rem;
	 color: #2c3e50;
  margin-bottom: 4rem;
}

.values-grid {
               display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
   max-width:       1000px;
    margin: 0 auto;
}

.value-card {
  background: linear-gradient(145deg, #f8f9fa 0%, #ffffff 100%);
  padding    :        2.5rem 2rem;
         border-radius     :15px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.value-card h4 {
  color: #3498db;
	 font-size: 1.3rem;
    margin-bottom: 1rem;
}

.value-card p {
  color: #6c757d;
  line-height: 1.7;
}

.thankyou-hero {
  background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
                    color: white;
  padding: 140px 2rem 80px;
  text-align: center;
}

.thankyou-content {
   max-width: 800px;
   margin: 0 auto;
}

.success-icon {
    margin-bottom: 2rem;
}

.checkmark-circle {
   width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.2);
   border-radius: 50%;
   display: flex;
   align-items: center;
  justify-content: center;
    margin: 0 auto;
    animation: pulse 2s infinite;


}



.checkmark {
   width: 30px;
   height: 15px;
	border-left: 4px solid white;
         border-bottom: 4px solid white;
  transform: rotate(-45deg);
	animation: checkmark-draw 0.5s ease-in-out;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes checkmark-draw {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 30px;
        height: 0;
    }
    100% {
        width: 30px;
        height: 15px;
    }
}.thankyou-content h1 {
	 font-size: 3rem;
   margin-bottom: 1.5rem;
   font-weight: 700;
}

.thankyou-subtitle {
    font-size: 1.3rem;
   opacity: 0.9;
   line-height     :  1.7;
}

.next-steps-section {
    padding: 6rem 2rem;
   background-color: #f8f9fa;
}

.next-steps-section h2 {
    text-align: center;
  font-size  :    2.5rem;
	color: #2c3e50;
    margin-bottom  :       4rem;
}

.steps-timeline {
  max-width: 800px;
   margin   :   0 auto;
}

.timeline-step {
      display: flex;
	gap: 2rem;
	margin-bottom: 3rem;
 align-items: flex-start;}

.step-number


{

	  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
   width: 50px;
	 height: 50px;
  border-radius  :    50%;
   display   :flex;
	 align-items: center;
   justify-content: center;
         font-weight: 700;
  font-size: 1.2rem;
  flex-shrink :     0;
     }

.step-content h4 {
         color: #2c3e50;
    font-size :1.3rem;
  margin-bottom: 0.8rem; 

}

.step-content p {

    color: #6c757d;
	line-height :     1.6; 

     }

.while-waiting-section {
    padding: 6rem 2rem;
  background-color: white;

}

.while-waiting-section h2 {
       font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 3rem;
  text-align: center;
}

.waiting-content {


  display: grid;

		 grid-template-columns: 1.2fr 0.8fr;

	  gap: 4rem;

	  align-items: center;
	}

.waiting-text p {
    font-size: 1.2rem;
    color: #6c757d;
  margin-bottom: 2rem;
    line-height: 1.7;
}

.resource-list {
   list-style: none;
   padding-left: 0;
	
}

.resource-list li {
   position: relative;
  padding-left: 2rem;
	 margin-bottom: 1rem;
   color: #6c757d;
    line-height: 1.6;
}

.resource-list li::before  
  {
  content: '→';
	position     : absolute;
          left: 0;
	color: #3498db;
  font-weight: bold;
	}

.waiting-image img {
  width :  100%;
    border-radius    :15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.commitment-section {
  background: linear-gradient(45deg, #34495e 0%, #2c3e50 100%);
   color: white;
   padding: 5rem 2rem;
}

.commitment-box {
    max-width   :      900px;
  margin: 0 auto;
  text-align: center;
}

.commitment-box h3    {
   font-size: 2.2rem;
   margin-bottom: 1.5rem;

}

.commitment-box > p {
	 font-size: 1.2rem;
   margin-bottom: 3rem;
	opacity: 0.9;
  line-height: 1.7;
}

.commitment-points {
  display:       grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap     :  2rem;
}



.commitment-point {

  background: rgba(255,255,255,0.1);
    padding: 2rem;
	 border-radius: 15px;
  backdrop-filter: blur(10px);

}

.commitment-point h5 {
       color: #3498db;
   font-size: 1.2rem;
  margin-bottom: 1rem;
}

.commitment-point p {
  opacity: 0.9;
					line-height: 1.6;
}

.return-home-section {
    padding: 5rem 2rem;
    background-color: #f8f9fa;
  text-align: center;}

.return-content h2 {
  font-size: 2.2rem;

  color: #2c3e50;

 margin-bottom: 1.5rem;
}

.return-content p {
  font-size: 1.1rem;
    color  :     #6c757d;
	margin-bottom: 2.5rem;
  line-height: 1.7;

}

.return-buttons {
    display: flex;
   gap: 1.5rem;
   justify-content: center; 

}

.btn-primary, .btn-secondary {
  border-radius: 50px;
    padding: 1rem 2.5rem;
   display: inline-block;
   font-weight: 600;
    transition: all 0.3s ease;
  text-decoration     :    none;
}

.btn-primary {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
	 color: white;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(52, 152, 219, 0.3);
}

.btn-secondary {
    background: white;
    color: #3498db;
  border: 2px solid #3498db;
}

.btn-secondary:hover {
   background   :    #3498db;
    color: white;
     }@media (max-width: 768px) {
    .about-hero {
        padding: 120px 1rem 60px;
    }

    .about-hero-content h1 {
        font-size: 2.2rem;
    }

    .about-hero-content p {
        font-size: 1.1rem;
    }

    .story-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .achievements-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .approach-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .thankyou-hero {
        padding: 120px 1rem 60px;
    }

    .thankyou-content h1 {
        font-size: 2.2rem;
    }

    .thankyou-subtitle {
        font-size: 1.1rem;
    }

    .timeline-step {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .waiting-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .commitment-points {
        grid-template-columns: 1fr;
    }

    .return-buttons {
        flex-direction: column;
        align-items: center;
    }

    .company-story, .mission-vision, .team-section, .achievements-section, 
    .approach-section, .values-section, .next-steps-section, 
    .while-waiting-section, .commitment-section, .return-home-section {
        padding: 4rem 1rem;
    }
}.policySection {
  padding: 80px 2rem;
	background :      #f8f9fa;
}

.policyContainer {
	max-width    :   800px;
   margin: 0 auto;
  text-align: left;
}

.policyContainer h2 {
    font-size:      2.5rem;
	color: #2c3e50;
  margin-bottom: 1.5rem;
    font-weight :    700;
}

.policyContainer p {
  color: #7f8c8d;
	    margin-bottom: 1.5rem;
	    line-height: 1.7;
		font-size: 1.1rem;
}@media (max-width: 768px) {
  .policyContainer h2 {
    font-size: 2rem;
  }

  .policyContainer p {
    font-size: 1rem;
  }

  .policySection {
    padding: 60px 1rem;
  }
}