@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

p {
  margin: 0;
}

.header-sub-heading-box {
  margin-top: 1rem;
}

.header-sub-heading {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 3rem; 
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.06rem;
}

.webinar-attend-category {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 1rem;
}

.webinar-attend-category span {
  color: var(--Neutral-Border, #d5d8dd);
  /* Heading H7- 18px/Regular */
  font-family: Poppins;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 1.5rem;
}

.webinar-attend-category span:nth-child(1) {
  padding-left: 0;
}

.webinar-attend-category span:nth-child(1),
.webinar-attend-category span:nth-child(2) {
  border-right: 1px solid #ffffff33;
}

@media (max-width: 600px) {
  .header-sub-heading-box {
    padding-left: 1rem;
  }

  .header-sub-heading {
    font-size: 1.25rem;
  }
}

@media screen and (width < 600px) {
  .webinar-attend-category {
    flex-wrap: wrap;
    width: calc(100vw - 4rem);
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .webinar-attend-category span {
    border-right: none !important;
    padding: 0;
  }

  .webinar-attend-category span {
    font-size: 0.875rem;
  }
}
