
.title-pdf {
  display: flex;
  align-items: center;      
  justify-content: space-between; 
  gap: 15px;              
}

.section-title2 {
  margin: 0; 
}

.title-pdf img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.title-pdf img:hover {
  transform: scale(1.1); 
}

.threepdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 400px;
    max-width: 100%;
}

.section-title2 {
  margin: 0;
}

.toggle-btn {

  border: none;
  padding: 8px 14px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}


.policy-row {
  display: none; 
  margin-top: 15px;
  gap: 20px;
  flex-wrap: wrap;
  width: 400px;
    max-width: 100%;
}

.policy-row.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.policy-item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 5px;
}

.policy-item p{
  font-size: 15px;
}

.policy{
    margin-bottom: 60px;
}

.pdf-icon{
    width: 25px;
    height: 25px;
}

.title-pdf{
  padding-top: 25px;
}

.fontc{
  font-size: 25px;
}


.policy-row {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.policy-row.active {
  display: block;
}

.toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.toggle-btn img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.toggle-btn img.rotate {
  transform: rotate(180deg);
}




