.row.justify-content-center img {
  display: block;
  margin-bottom: -57px; /* Adjust the spacing between the image and text */
}

.row.justify-content-center b {
  margin: 50;
  padding: 100;
}

.home .slick-dots {
  display: none;
}

.home .about-content.text-center p {
  margin-bottom: 20px; /* Adds spacing below the paragraph text */
}

.home .about-content.text-center .btn {
  margin-top: 10px; /* Adds spacing above the button if needed */
}

.blog .list-wrap.d-flex.flex-wrap.align-items-center li {
  margin: 0; /* Remove default margin around list items */
  padding: 0; /* Remove default padding */
}

.blog .list-wrap.d-flex.flex-wrap.align-items-center li:first-child {
  display: none; /* Hide the user icon specifically */
}

.blog .list-wrap.d-flex.flex-wrap.align-items-center li:nth-child(2) {
  margin-left: 0; /* Adjust spacing for the calendar icon */
}

.single-post .list-wrap.d-flex.flex-wrap.align-items-center li {
  margin: 0; /* Remove default margin around list items */
  padding: 0; /* Remove default padding */
}

.single-post .list-wrap.d-flex.flex-wrap.align-items-center li:first-child {
  display: none; /* Hide the user icon specifically */
}

.single-post .list-wrap.d-flex.flex-wrap.align-items-center li:nth-child(2) {
  margin-left: 0; /* Adjust spacing for the calendar icon */
}

.single-post #comments {
  display: none;
}

.blog-post-meta .fa-comments, 
.blog-post-meta .fa-comments + a {
  display: none;
}