.header-main {
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.sub-header-main {
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
}

.topic-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 34.55px;
  text-align: center;
  color: white;
}

.sub-topic-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: white;
}

.card-header1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 31.09px;
  color: black;
}

.card-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: black;
}

.tag {
  cursor: pointer;
}

.ctag {
  background-color: #ecf9fd;
  border: 1px solid #14a0ca;
  padding-left: 32px; /* Add padding to make space for the cross */
  position: relative; /* Make sure the pseudo-element is positioned relative to the span */
}

.ctag::before {
  content: "✖"; /* This is the cross symbol */
  color: #062e3a; /* Set the cross color */
  position: absolute;
  left: 17px; /* Adjust the position of the cross */
  top: 50%;
  transform: translateY(-50%); /* Vertically center the cross */
}

@media (max-width: 991.98px) {
  .header-main {
    font-size: 32px;
  }

  .sub-header-main {
    font-size: 18px;
  }

  .topic-main {
    font-size: 18px;
  }

  .sub-topic-main {
    font-size: 14px;
  }

  .card-header1 {
    font-size: 16px;
  }

  .card-sub {
    font-size: 14px;
  }
}
