.privacy-policy-header-section {
  min-height: 353px;
}

.privacy-policy-description-section {
  padding: 72px 0 48px 0;
}

@media (max-width: 1240px){
  .privacy-policy-header-section {
    min-height: 313px;
  }

  .privacy-policy-description-section {
    padding: 56px 0 32px 0;
  }
}



@media (max-width: 600px) {
  .privacy-policy-description-section {
    padding: 32px 0 0 0;
  }

  .privacy-policy-header-section {
    min-height: 262px;
  }
}

@media (min-width: 601px) and (max-width: 905px) {
  .homepage-faqs-section {
    padding: 56px 0 104px 0;
  }
}

@media (min-width: 906px) and (max-width: 1240px) {
  .homepage-faqs-section {
    padding: 64px 0 112px 0;
  }
}

.answer-section:before { 
    display: block; 
    content: " "; 
    visibility: hidden; 
}

.answer-section:before {
    height: 104px;  /*     Give height of your fixed element */
    margin-top: -104px; /*  Give negative margin of your fixed element */  
}

@media (max-width: 1240px) {
   .answer-section:before {
    height: 80px;      /* Give height of your fixed element */
    margin-top: -80px; /* Give negative margin of your fixed element */  
   }
}

#topic_selection_div{
    max-width: 490px;
}

.fw-midbold{
    font-weight: 500;
    /* text-align: justify; */
}

.answer-section{
    border-bottom: 1px solid #629BD6; 
}
.answer-section:last-child{
    border-bottom: none; 
}
.sticky-class{
    position:sticky;
    position: -webkit-sticky !important;
}


.absolute-class{
    position:absolute;
    /* width: 26.858%; */
    /* width: 280px; */
    width: 400px;

}

@media (max-width: 1439px) {
  .absolute-class{
    position:absolute;
    width: 280px;
  }
} 


.fixed-width{
  width: 400px !important;
}

@media (min-width: 1240px) {
  .custom-width{
    width: calc(100% - 400px) !important;
  }
}

/* Combined focus style for links used in navigation sidebar */
.custom-focus:focus {
  outline: 1px solid var(--bs-primary) !important;
  border-radius: 4px !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 4px var(--bs-primary) !important;
  transition: outline-offset 0.2s ease, box-shadow 0.2s ease;
}
