* {
	   margin: 0;
    padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
   color: #333;
    background: #fafafa;
}

.primary-nav {
     background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
    top: 0;
  width: 100%;
    z-index: 1000;
          border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
     }

.nav-wrapper {
    max-width :        1200px;
    margin: 0 auto;
   display: flex;
	 justify-content     :      space-between;
   align-items: center;
	 padding: 1rem 2rem;
}

.brand-section .brand-logo {

	   height: 45px;
     width: auto; 
}

.nav-links {
    display: flex;
  list-style   : none;
  gap  :        2.5rem;
}

.nav-links a {
    text-decoration:  none;
                    color: #444;
   font-weight: 500;
	transition: color 0.3s ease;
   font-size: 16px;
}

.nav-links a:hover {
   color: #8B4513;
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
          gap: 4px;
}


.mobile-toggle span    {
  width: 25px;
  height: 3px;
 background    :       #444;
    transition: 0.3s;


}

main {
  margin-top: 80px;
}

.hero-banner {


	padding: 80px 20px;
  background: linear-gradient(135deg, #f8f4e6 0%, #e8dcc0 100%);
      display: flex;
   align-items: center;
    max-width: 1200px;
	 margin:     0 auto;
    gap: 50px;
}

.hero-content {
   flex: 1;
}

.hero-content h1 {
	   font-size: 2.8rem;
   color :  #2c1810;
    margin-bottom :       1.5rem;
   line-height: 1.2;
    font-weight: 700; 


}

.hero-description {
  font-size  :  1.2rem;
   color: #5a4a3a;
    margin-bottom: 2rem;
    max-width: 600px;

}

.hero-actions {
    display: flex;
  gap: 20px;
  margin-bottom: 2rem;
}

.primary-btn, .secondary-btn {
   padding: 14px 28px;
  border-radius   :        8px;
  -webkit-transition   :       all 0.3s ease;
	text-decoration: none;
   font-weight: 600;
    transition: all 0.3s ease;
   display: inline-block;}

.primary-btn {

	   background: #8B4513;
  color: white;
   border: 2px solid #8B4513;

	}

.primary-btn:hover {
  background: #a0522d;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}

.secondary-btn {
    background  :       transparent;
	color  :       #8B4513;
  border: 2px solid #8B4513;
}

.secondary-btn:hover {
    background: #8B4513;
    color: white;
}

.hero-visual {
    flex: 1;
}

.hero-visual img {
     width: 100%;
    height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.wisdom-principles {
  padding: 100px 20px;
    background: white;
}

.container {
    max-width: 1200px;
	 margin: 0 auto;
}

.wisdom-principles h2 {

   text-align: center;
   font-size: 2.5rem;
    color     :       #2c1810;
  margin-bottom:     3rem;
          font-weight    :        700;
}

.principles-grid  
  {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.principle-card {
   background: #f9f6f0;
   padding: 40px 30px;
   border-radius  :      15px;
	 text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   border: 1px solid #e8dcc0;
}

.principle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.principle-card img {
    width: 100%;

    height: 200px;

  object-fit   :      cover;

    border-radius    :    10px;

    margin-bottom: 1.5rem;
}

.principle-card h3 {
  font-weight: 600;
   font-size: 1.4rem;
   margin-bottom    :    1rem;
	color     :  #2c1810;}

.principle-card p {
  color: #5a4a3a;
  line-height: 1.7;
    font-size: 15px;
}

.transformation-cta {
  background: linear-gradient(135deg, #8B4513 0%, #a0522d 100%);
   padding: 80px 20px;
    color: white;
	 display  :       flex;
	align-items: center;
					max-width :        1200px;
    margin: 0 auto;
   gap: 50px;
}


.cta-content {
    flex: 1;
}

.cta-content h2


{
   font-size: 2.3rem;
    margin-bottom: 1.5rem;
 font-weight: 700;
}

.cta-content p {

  font-size:1.1rem;
    margin-bottom    :       2rem;
   opacity: 0.9;
   line-height: 1.7;}

.cta-button {
   background: white;
    color: #8B4513;
    padding   :16px 32px;
   border-radius  :        8px;
   text-decoration: none;
                    font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-button:hover {
  transform: translateY(-3px);
     box-shadow: 0 8px 25px rgba(255,255,255,0.3);

}

.transformation-visual {
  flex: 1;
  -webkit-flex: 1;
		-ms-flex: 1;
}

.transformation-visual img
	{
    width: 100%;
    height     :        auto;
  border-radius: 12px;
}

.offerings-section {
  padding: 100px 20px;
   background: #fafafa;
}

.offerings-section h2 {
  text-align: center;
      font-size   :       2.4rem;
    color: #2c1810;
  margin-bottom: 3rem;
                    font-weight: 700;
}

.offerings-list {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	 gap: 30px;
	margin-top: 50px;
}

.offering-item {

  background: white;
    padding: 35px 25px;
   border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition   :   all 0.3s ease;
  border-left: 4px solid #8B4513;

}

.offering-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.offering-item h4 {
    font-size: 1.3rem;
    color: #2c1810;
   margin-bottom: 1rem;
  font-weight: 600;
}

.offering-item p {
    color: #5a4a3a;
   line-height: 1.6;
  font-size: 14px;
}

.contact-section {
    padding  :     100px 20px;
     background :        white;
}

.contact-section h2 {
   text-align: center;
  font-size: 2.4rem;
  color: #2c1810;
    margin-bottom: 3rem;
  font-weight: 700;
}

.contact-form-wrapper {
   max-width: 600px;
   margin: 0 auto;
    background: #f9f6f0;
   padding: 50px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
   margin-bottom: 8px;
   color: #2c1810;
  font-weight: 500;
  font-size: 15px;
}

.form-group input,
.form-group select,
.form-group textarea	{
   width: 100%;
        padding: 14px 16px;
     border: 2px solid #e8dcc0;
    border-radius: 8px;
       font-size: 15px;
               transition: border-color 0.3s ease;
  background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #8B4513;
}

.submit-btn
	{
                    width: 100%;
   background :      #8B4513;
    color: white;
    padding:    16px;
   border  :      none;
   border-radius: 8px;
    font-size: 16px;
     font-weight: 600;
  cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover 
 {
 background: #a0522d;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -moz-transform: translateY(-2px); 
	
} 

.site-footer 
 {
   background :    #2c1810;
    color: white;
   padding: 60px 20px 20px;
}

.footer-content {

	   max-width: 1200px;
   margin: 0 auto;
  display: grid;
   grid-template-columns: 1fr 2fr;
  gap: 50px;
    align-items: start;
	}

.footer-brand .footer-logo 
 {
   height: 50px;
    width   :     auto;
}

.footer-info    {
     display     :       grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap:  30px;
     }

.contact-info p    {
	  margin-bottom: 10px;
   color: #d4c4a8;
    font-size: 14px;
     }

.footer-links h4,
.additional-links h4 {
   color: #f5e6d3; 
  font-size  :        16px; 
  font-weight: 600; 
    margin-bottom: 15px;
}

.footer-links ul,
.additional-links ul {
  list-style     :      none;


}

.footer-links li,
.additional-links li  {

	    margin-bottom: 8px; 



}

.footer-links a,
.additional-links a {
  color: #d4c4a8;
    text-decoration: none;
   transition: color 0.3s ease;
  font-size: 14px;
}

.footer-links a:hover,
.additional-links a:hover {
    color: #f5e6d3;
}

.footer-bottom {
	 max-width: 1200px;
          margin: 40px auto 0;
    padding-top   :  20px;
    border-top: 1px solid #4a3428;
  text-align: center;
  color: #9a8a7a;
    font-size: 13px;
}@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 80px;
        left: -100%;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.98);
        width: 100%;
        padding: 20px;
        transition: left 0.3s ease;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .hero-banner {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }
    
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .transformation-cta {
        flex-direction: column;
        text-align: center;
    }
    
    .principles-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form-wrapper {
        padding: 30px 25px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .nav-wrapper {
        padding: 1rem;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .wisdom-principles h2,
    .contact-section h2,
    .offerings-section h2 {
        font-size: 2rem;
    }
    
    .contact-form-wrapper {
        margin: 0 10px;
    }
}.about-hero {
    padding: 80px 20px;
  background: linear-gradient(45deg, #f8f4e6 0%, #e8dcc0 50%, #d4c4a8 100%);
  display: flex;
   align-items: center;
  max-width: 1200px;
    margin :0 auto;
      gap   :    60px;
    min-height: 500px;
}

.about-hero-content {
   flex: 1.2;
}

.about-hero-content h1 {
	    font-size  :   2.6rem;
    color: #2c1810;
               margin-bottom: 1.8rem;
   line-height: 1.3;
  font-weight    : 700;


}

.about-intro

{
    font-size: 1.1rem;
   color: #5a4a3a;
    line-height: 1.8;
  max-width: 550px;
	
}

.about-hero-image {
   flex    :        1;
}

.about-hero-image img {
   width: 100%;

	  height: auto;

	  border-radius: 15px;

	  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}


.philosophy-section {
 padding: 90px 20px;

  background: white;
}

.philosophy-section h2 {
  text-align: center;
	 font-size: 2.4rem;
    color: #2c1810;
     margin-bottom:  3.5rem;
	font-weight    :    700;
}

.philosophy-content {
	display: flex;
  gap: 50px;
  align-items: flex-start;
   max-width: 1200px;
   margin: 0 auto;
}

.philosophy-text {
  flex: 1.5;
}

.philosophy-text p {
    color: #444;
  margin-bottom: 1.5rem;
   font-size: 16px;
  line-height:   1.7;
}

.philosophy-text h3 {
      font-size: 1.5rem;
  color: #2c1810;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
}

.principles-list {
  list-style: none;
    padding-left  :       0;
}

.principles-list li {
  padding: 12px 0 12px 30px;
  position: relative;
	color: #555;
				 font-size     :    15px;
   line-height: 1.6;
} 

.principles-list li:before {
     font-weight: bold;
   position: absolute;
   font-size: 18px;
   color: #8B4513;
  content: "▸";
	left: 0;
}

.philosophy-image {
  flex: 1; 

}



.philosophy-image img {

   width:    100%;
   height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);

} 

.approach-methodology {
    padding: 90px 20px;
    background: #fafafa;
}



.approach-methodology h2		{
  text-align: center;
    margin-bottom: 3rem;
  font-weight: 700;
   color: #2c1810;
   font-size: 2.4rem;
}

.methodology-grid{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 35px;
   max-width: 1200px;
   margin     : 0 auto;
}

.method-card {
	 background    :    white;
   padding   :40px 30px;
   border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  border-top: 4px solid #8B4513;
}

.method-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.method-card h4 {
          font-size: 1.3rem;
    color: #2c1810;
    margin-bottom: 1rem;
       font-weight: 600;
}

.method-card p    {
	color: #555;
    line-height     :      1.6;
	font-size: 14px;
}



.journey-section {
	background: white;
    padding: 90px 20px;
}

.journey-content {
  display: flex;
 gap :       50px;
		align-items: center;
   max-width: 1200px;
    margin: 0 auto; 

}

.journey-text   {
     flex    :  1.3;
}

.journey-text h2 {


    font-size: 2.3rem;
  color: #2c1810;
  margin-bottom: 2rem;
   font-weight :        700;


}

.journey-text p {
    font-size: 16px;
    line-height: 1.7;
    color:      #444;
    margin-bottom: 1.5rem;
}

.journey-image {
   flex: 1;
}

.journey-image img {
   width: 100%;
   height: auto;
               border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.values-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #8B4513 0%, #a0522d 100%);
    color: white;
}

.values-section h2 {
   text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-weight: 700;
}

.values-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 35px;
    max-width: 1200px;
   margin: 0 auto;
}

.value-item {
  background: rgba(255,255,255,0.1);
         padding: 35px 25px;
    border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  transition:all 0.3s ease;
}

.value-item:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-4px);
}

.value-item h4 {
   margin-bottom: 1rem;
   font-size: 1.3rem;
  color: #f5e6d3;
      font-weight: 600;
}

.value-item p {
	  line-height: 1.6;
   font-size: 14px;
   opacity   :   0.9;


}

.commitment-section


{
  padding: 90px 20px;
    background: #f9f6f0;
	
}

.commitment-wrapper {
    display: flex;
  gap: 50px;
    align-items: center;
   max-width: 1200px;
    margin: 0 auto;
}

.commitment-wrapper img   {
   flex: 1;
    width: 100%;
   height: auto;
	border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.commitment-content {

	  flex   :1.2;
     }

.commitment-content h2 {
    font-size: 2.3rem;
    color:    #2c1810;
  margin-bottom: 2rem;
   font-weight: 700;
}

.commitment-content p {
    font-size: 16px;
  line-height: 1.7;
    color: #444;
    margin-bottom: 1.5rem;
}

.thankyou-hero{
        padding     :   80px 20px;
  background: linear-gradient(135deg, #f8f4e6 0%, #e8dcc0 100%);
    min-height: 80vh;
    display:   flex;
    align-items: center;
}

.thankyou-container {
   max-width: 1200px;
    margin: 0 auto;
  display  : flex;
 gap: 60px;
    align-items: center;
}

.thankyou-content {
   flex: 1.3;
   text-align: center;
}

.success-icon {
   margin-bottom: 2rem; 
	
}

.checkmark-circle {
    width: 80px;
   height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #28a745;
  margin: 0 auto;
  -webkit-animation: checkmarkPulse 2s ease-in-out;
    display: flex;
    align-items: center;
		 justify-content: center;
   animation   :     checkmarkPulse 2s ease-in-out;
  -moz-animation: checkmarkPulse 2s ease-in-out;
}

.checkmark    {
    width: 30px;
  height: 15px;
    border: 3px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
   margin-top: -5px;
}@keyframes checkmarkPulse {
    0% { transform: scale(0); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}.thankyou-content h1 {
                    font-size: 2.5rem;
  color: #2c1810;
   margin-bottom: 1.5rem;
  font-weight: 700;
}



.thankyou-message 
 {
               font-size: 1.1rem;
    color: #5a4a3a;
   line-height: 1.7;
    margin-bottom   :   3rem;
    max-width: 600px;
    margin-left: auto;
  margin-right: auto;
}

.next-steps {
    margin: 3rem 0;
   text-align: left;
    max-width: 700px;
  margin-left  : auto;
    margin-right  :     auto;
}

.next-steps h3 {
   text-align: center;
	   font-size: 1.6rem;
	   color: #2c1810;
	  margin-bottom: 2rem;
	    font-weight: 600;


}

.steps-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.step-item {


  background: white;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.step-item:hover {
  transform: translateY(-3px);
}

.step-number {
  width: 40px;
  height: 40px;
  background: #8B4513;
  color: white;
    border-radius: 50%;
  display: flex;
  align-items :     center;
   justify-content: center;
   margin: 0 auto 15px auto;
   font-weight: bold;
   font-size   :        18px;
}

.step-item h4 {
  font-size: 1.1rem;
  color: #2c1810;
    margin-bottom: 10px;
   font-weight: 600;
	
}

.step-item p {
       color   :       #555;
  font-size: 13px;
  line-height: 1.5;
}

.thankyou-actions {
    margin-top: 3rem;
   display: flex;
    gap: 20px;
  justify-content:  center;
    flex-wrap: wrap; 
	
}

.thankyou-visual
	{
    flex: 1;
}

.thankyou-visual img {
  width: 100%;
    height :      auto;
				 border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.commitment-reminder  {
    padding: 80px 20px;
    background: white;
}

.commitment-reminder h2 {
    text-align    :       center;
      font-size: 2.2rem;
               color: #2c1810;
    margin-bottom: 3rem;
    font-weight: 700;
}

.commitment-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
   max-width: 1000px;
  margin: 0 auto;
}

.commitment-item {
   background: #f9f6f0;
   padding: 30px 25px;
    border-radius   : 10px;
  border-left: 4px solid #8B4513;
  transition: all 0.3s ease;
}

.commitment-item:hover {
  transform: translateY(-3px);

  box-shadow: 0 8px 25px rgba(0,0,0,0.1); 
	
}

.commitment-item h4 {
	    font-size: 1.2rem;
  color: #2c1810;
  margin-bottom: 12px;
    font-weight  :        600;
}

.commitment-item p   {
  line-height    :      1.6;
	 font-size: 14px;
  color  :  #555;
}

.additional-resources {
  padding: 80px 20px;
                    background: #fafafa;
}

.additional-resources h2     {
  text-align: center;
        font-size: 2.2rem;
    color: #2c1810;
   margin-bottom   :     1.5rem;
  font-weight: 700;


}

.resources-intro {
	 text-align: center;
   font-size: 1.1rem;
  color: #5a4a3a;
   margin-bottom: 3rem;
    max-width: 600px;
  margin-left: auto;
   margin-right:   auto;
}

.resources-list {
      display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
    max-width: 1000px;
   margin: 0 auto;
}

.resource-item {

	  background: white;
  padding: 35px 30px;
     border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition   :all 0.3s ease;

}

.resource-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12); 

}

.resource-item h4
	{
    margin-bottom: 15px;
   color: #2c1810;
  font-size: 1.3rem;
   font-weight: 600;
}

.resource-item p {
   color: #555;
       font-size   :    15px;
    line-height: 1.6;
}

.emergency-contact {
  padding: 60px 20px;
  background: linear-gradient(135deg, #8B4513 0%, #a0522d 100%);
   color: white;
}

.emergency-info {
   text-align: center;
   max-width: 600px;
    margin   :    0 auto;
}

.emergency-info h3  
  {
  font-size: 1.8rem;
    margin-bottom:    1rem;
   font-weight: 600;
}

.emergency-info p   {
  font-size: 16px;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.emergency-phone {
     font-size: 2rem;
   margin: 2rem 0;
	 padding    :       20px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.emergency-note {
      font-size: 14px;
  opacity: 0.8;
	 font-style: italic; 
	
}@media (max-width: 768px) {
    .about-hero,
    .thankyou-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .about-hero-content h1,
    .thankyou-content h1 {
        font-size: 2rem;
    }
    
    .philosophy-content,
    .journey-content,
    .commitment-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    
    .philosophy-text,
    .journey-text {
        text-align: center;
    }
    
    .methodology-grid,
    .values-grid,
    .commitment-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .thankyou-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .about-hero,
    .thankyou-hero {
        padding: 60px 15px;
    }
    
    .philosophy-section,
    .approach-methodology,
    .journey-section,
    .values-section,
    .commitment-section,
    .commitment-reminder,
    .additional-resources {
        padding: 60px 15px;
    }
    
    .about-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .thankyou-content h1 {
        font-size: 2rem;
    }
}.cookies-policy, .privacy-policy {
    padding: 100px 20px;
   background: white;
}

.cookies-policy h2, .privacy-policy h2		{
	 text-align: center;
    font-size: 2.4rem;
   color: #2c1810;
   margin-bottom: 3rem;
	font-weight: 700;
}

.cookies-policy h3, .privacy-policy h3 {

   font-size: 1.6rem;
  color :      #2c1810;
   margin: 2rem 0 1rem;
    font-weight    : 600;

}

.cookies-policy p, .privacy-policy p {
    color: #5a4a3a;
     font-size: 15px;
  line-height  :       1.7;
   margin-bottom: 1.5rem;
}@media (max-width: 768px) {
    .cookies-policy, .privacy-policy {
        padding: 60px 20px;
    }

    .cookies-policy h2, .privacy-policy h2 {
        font-size: 2rem;
    }

    .cookies-policy h3, .privacy-policy h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .cookies-policy h2, .privacy-policy h2 {
        font-size: 1.8rem;
    }

    .cookies-policy h3, .privacy-policy h3 {
        font-size: 1.3rem;
    }
}