/* about section */

/* Add this CSS to your stylesheet */
.highlight-phone {
    font-weight: bold; /* You can customize the styling here */
    color: #ff0000;   /* You can set the color as per your design */
    /* Add any other styles you want to apply for highlighting */
}

/* Add your existing styles and any additional styling here */
.about_section {
    padding: 30px 0; /* Adjust the padding as needed */
}

.about_detail-box {
    text-align: justify; /* Align text to justify */
}

.about_section {
  background-color: #f8faf9;

}

.about_section .row {
  align-items: center;
}

.about_img-box img {
  width: 100%;
}

.about_detail-box p {
  margin: 45px 0;
}

/* end about section */