.fc-blog-wrapper h2,
.fc-blog-wrapper h3,
.fc-blog-wrapper h4,
.fc-blog-wrapper h5 {
  font-family: Georama, sans-serif;
}

.fc-date-mahindra,
.fc-author-mahindra {
  display: inline-block;
  margin-right: 30px; /* Adjust the margin as needed */
}

.fc-title h2 {
  color: #e51836;
  padding-top: 20px;
}

.fc-short-description p {
  font-size: 15px;
  color: black;
  font-weight: 400;
}

.fc-mahindra-tags a {
  padding: 10px 15px !important;
}

.fc-mahindra-tags {
  padding: 15px 0px;
}

@media (max-width: 768px) {
  .fc-mahindra-tags {
    padding: 5px 0;
  }
  .fc-mahindra-tags li {
    margin: 0 3px 15px 3px;
  }
}

.fc-core-mahindra h2,
.fc-core-mahindra h3 {
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: inherit;
}

.content-social-icons p,
.content-social-icons a {
  display: inline-block;
}
.content-social-icons a {
  padding-right: 15px;
}
.content-social-icons img {
  max-width: 20px;
}

.fc-blog-wrapper h1 {
  color: #e51836;
  font-size: 20px;
  text-transform: inherit;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .fc-blog-wrapper h1 {
    font-size: 30px;
  }

  .fc-mahindra-tags li{
    margin-right: 10px;
  }
  .fc-mahindra-tags li:nth-last-child(1){
    margin-right: 0;
  }
}

#yearsAccordion .accordion-button::after,
#yearsAccordion .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("../img/black-dropdown-arrow1.png") !important;
}

#yearsAccordion .accordion-item:nth-last-child(1) {
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.fc-blog-page-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogs-pagination .pagination {
  border: none;
}

.blogs-pagination .pagination .page-count.disabled > .page-link {
  color: #000;
  background-color: transparent;
  border: none;
  font-weight: 600;
}

.blogs-pagination .pagination .page-link {
  border: none;
}
.blogs-pagination .pagination .page-link:hover,
.blogs-pagination .pagination .page-link:focus {
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

.blogs-pagination .pagination .next-link,
.blogs-pagination .pagination .prev-link {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 20px;
}

.blogs-pagination .pagination .prev-link:hover,
.blogs-pagination .pagination .next-link:hover {
  background-color: #e51836;
}

.blogs-pagination .pagination .disabled > .page-link {
  background-color: #f4f4f5;
  color: #4d4d4d;
}

.explore-blogs-heading {
  color: #e51836;
  margin-bottom: 2rem;
  text-transform: inherit;
}