.title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  /* or 110% */
  letter-spacing: -0.005em;
}

.description {
  font-style: normal;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 25px;
  /* or 150% */
  letter-spacing: -0.001em;
}

.custom-tabs .nav-link .check-icon {
  display: none;
}

/* Show checkmark only on active tab */
.custom-tabs .nav-link.active .check-icon {
  display: inline-block;
  vertical-align: middle;
}

/* Base tab styles */
.custom-tabs .nav-link {
  border-radius: 6px;
  padding: 6px 16px;
  font-weight: 500;
  color: #6c757d;
  /* muted gray */
  background: transparent;
}

/* Active tab (black background, white text) */
.custom-tabs .nav-link.active {
  background: #212529;
  /* dark background */
  color: #fff;
}

.news-section-2 .card {
  border-radius: 25px;
}

.news-section-2 .card .news-card-img {
  height: 50%;
  object-fit: cover;
  border-radius: 25px;
}

.news-section-2 .card .date-badge {
  background-color: #ED1C24;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 15px;
  /* identical to box height, or 117% */
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
  width: fit-content;
  padding: 5px;
  border-radius: 25px;
}

.news-section-2 .card .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 125% */
  letter-spacing: -0.005em;
}

.news-section-2 .card .card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 150% */
  letter-spacing: -0.001em;
}

@media (max-width: 1199.98px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .news-section-2 .card .news-card-img {
    height: 35%;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .description {
    font-size: 15px;
    line-height: 20px;
  }
}