/* Property Dispute Section Styles */
.property_dispute_section {
  padding: 30px 0; /* Adjust the padding as needed */
  background-color: #f8faf9; /* Background color for the property dispute section */
}

/* Styles for the Property Dispute Detail Box */
.property_dispute_detail-box {
  text-align: justify; /* Align text to justify */
}

/* Align the items in the row */
.property_dispute_section .row {
  align-items: center;
}

/* Styles for the Property Dispute Image Box */
.property_dispute_img-box img {
  width: 100%; /* Make the image within the box take up 100% width */
}

/* Additional Styles for Paragraphs in Property Dispute Detail Box */
.property_dispute_detail-box p {
  margin: 45px 0; /* Margin for paragraphs within the property dispute detail box */
}
