.news-title {
  font-size: calc(20px + (50 - 30) * ((100vw - 350px) / (1800 - 350)));
}

.container-lg {
  margin-top: 150px;
}
.row {
  padding-inline: 0 !important;
  margin-inline: 0 !important;
}

.news-img {
  width: 100%;
  border-radius: 24px;
}

.event-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 1rem;
}

.news-description {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c_pointer {
  transition: all 0.4s ease;
  outline: 1px solid transparent;
  border-radius: 24px;
}

.c_pointer:hover {
  outline: 1px solid #8700c8;
  border-radius: 24px;
}


.news_updates{
    background-color: #FB6C09;
}

.olympiad_tips_preparation{
    background-color: #4BAA6F;
}

.global_ounds_travel{
    background-color: #217AF9;
}

.resources_tools{
    background-color: #E43D3D;
}

.event_category {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 1rem;
  padding: 10px 20px;
  font-size: 14px;
  color: white;
  border-top-right-radius: 1.5rem;
}
