#section-6{
    display: flex;
    flex-direction: row-reverse;
    padding: 28px;
    margin-top: 0;
    padding-top: 0;
 }

.sec6-con{
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.sec6-text-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
    flex: 1;
}

.sec6-text-con P{
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

#section-6 .sec6-text-con h2 {
    color: #642E11 !important;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -20%;
}

.sec6-img-con{
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    flex: 1;   
}

.sec6-img-con img {
    width: 100%;
    max-width: 100%;
    height: 420px;        
    max-height: none;   
    border-radius: 5%;
    object-fit: cover;
    display: block;
    margin-top: -70px;       
}

@media (max-width: 1200px) {
  #section-6 {
     padding: 28px; 
    }

   .sec6-con, .sec6-con > body { 
    box-sizing: border-box;
    min-width: 0; 
    gap: 14px;
  }

  .sec6-text-con {
    padding: 10 12px;
  }
  .sec6-text-con h2 {
    font-size: 1.5rem;
    padding: 12px 0;
    color: #642E11 ;
  }
  .sec6-text-con p {
    font-size: 15px;
    padding: 10px 0;
    line-height: 1.6;
    margin-top: -10px;
  }
}

@media (max-width: 900px) {
  #section-6, .sec6-con {
    flex-direction: column;
    padding: 18px;
    gap: 12px;
  }

 .sec6-text-con,
  .sec6-text-con p {
    height: auto ;
    max-height: none ;
    overflow: visible ;
    margin-bottom: 14px ;   
    padding-bottom: 0 ;
    font-size: 16px ;
    line-height: 1.6;
  }

    .sec6-text-con h2 {
    margin-top: 0 !important;
    padding-top: 10px !important;
    display: block !important;
    position: relative !important;
    z-index: 5 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .sec6-img-con {
   padding-top: 0 ;
  padding-bottom: 0 ;
  margin-top: 0 ;
  }
  .sec6-img-con img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
     margin-top: 0;
  border-radius: 5%;
  }
}

@media (max-width: 520px) {
  #section-6, .sec6-con {
    padding: 14px 10px;
    gap: 10px;
  }

  .sec6-text-con h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.3rem;
    color: #642E11 ;
  }

  .sec6-text-con,
  .sec6-text-con p {
    height: auto ;
    max-height: none ;
    overflow: visible ;
    margin-bottom: 12px ;   
    font-size: 15.5px ;
    line-height: 1.55;
  }
  .sec6-img-con {
   gap: 8px;
   padding: 4px 0;
   }
  
   #section-6 {
     overflow-x: hidden; 
    }
  .sec6-con, .sec6-con > * { 
    min-width: 100%; 
    box-sizing: border-box; 
  }

  .sec6-img-con { 
     padding: 0 ;
    margin: 0 ;
  }
  .sec6-img-con img {
  width: 100%;
  max-width: 100%;
  height: auto;       
  max-height: 250px;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  margin-top: 10px;
  border-radius: 5%;
}
}

@media (max-width: 375px) {
  #section-6, .sec6-con {
     padding: 10px 8px; 
     gap: 8px; 
    }

  .sec6-text-con h2 {
    margin-top: 0;
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: #642E11;
  }

  .sec6-text-con p {
    margin-bottom: 10px ;   
    font-size: 15px ;
    line-height: 1.5;
  }

.sec6-img-con img {
  width: 100%;
  max-width: 100%;
  height: 220px;     
  max-height: 220px;
  object-fit: cover;
  display: block;
  margin-top: 10px;
  border-radius: 5%;
}
}