.main-vid {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #f2f4f8;
}

.more-news {
  display: flex;
  background-color: #f2f4f8;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
}

h2 {
  color: #0F2F49 !important;
}

a {
  text-decoration: none !important;
}
a h5 {
  color: #0F2F49 !important;
  font-weight: 700 !important;
}

.thumbnail {
  width: 100%;
  height: 194px;
}

.news-card {
  width: 49%;
  height: 480px;
  background-color: #ffffff;
}
.news-card .texts {
  padding: 0 24px;
  align-items: start;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 265px;
}
.news-card .texts h6 {
  color: #000000 !important;
}
.news-card .texts p {
  color: #2676b6 !important;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-news {
  width: 100%;
  height: 500px;
}

.notice {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #2676b6;
  color: white;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  gap: 10px;
}

.holiday-item {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: start;
  background-color: #cfe3f2;
  color: #0F2F49;
  border-radius: 10px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  gap: 10px;
}
