.home-news {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  background-color: #272521;
  padding: 8.0625rem 0 7.625rem 0;
  margin-bottom: -0.0625rem;
  position: relative;
}
.home-news::before {
  content: "";
  width: 42.25rem;
  height: 42.25rem;
  border-radius: 42.25rem;
  background: rgba(196, 156, 0, 0.6);
  filter: blur(19.875rem);
  position: absolute;
  left: -32.1875rem;
  top: 30.125rem;
  z-index: 2;
}
.home-news-container {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home-news-container h2 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  max-width: 27.375rem;
}
.home-news-container h2 strong {
  font-weight: 700;
  color: #ffd533;
}
.home-news-content {
  display: flex;
  gap: 1.3125rem;
  margin-top: 2.875rem;
}
.home-news-content .big-news {
  width: 43.6875rem;
  height: 28.625rem;
  border-radius: 1.5rem;
  background: #2c2922;
  box-shadow: 0rem 0rem 1.25rem 0 rgba(255, 214, 51, 0.3);
}
.home-news-content .big-news .featured {
  width: 100%;
  height: 18.625rem;
}
.home-news-content .big-news-body {
  padding: 1rem 1.25rem 1.875rem 1.5rem;
  position: relative;
}
.home-news-content .big-news-body .date {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}
.home-news-content .big-news-body h3 {
  margin: 0.3125rem 0;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
}
.home-news-content .big-news-body h3 span {
  color: #ffd533;
  font-weight: 700;
}
.home-news-content .big-news-body p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin: 0;
}
.home-news-content .big-news-body .craw {
  width: 13.3125rem;
  height: 4rem;
  border-radius: 6.0625rem;
  background: linear-gradient(66deg, #ffd633 34.83%, rgba(255, 255, 255, 0.2) 106.35%);
  box-shadow: 0 0 1.1812rem 0.75rem rgba(255, 214, 51, 0.36);
  position: absolute;
  top: -2rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6875rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #4a4c4a;
  text-decoration: unset;
}
.home-news-content .big-news-body .craw .icon {
  width: 1.875rem;
  height: 0.875rem;
}
.home-news-content .news-list {
  width: calc(100% - 45rem);
  height: 28.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
.home-news-content .news-list .item {
  padding: 0.9375rem 21.5625rem 0.9375rem 1.0625rem;
  border-radius: 1.625rem;
  position: relative;
  width: 100%;
  height: 9.9375rem;
}
.home-news-content .news-list .item-content h3 {
  margin: 0;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 2rem;
}
.home-news-content .news-list .item-content h3 span {
  color: #ffd533;
  font-weight: 700;
}
.home-news-content .news-list .item-content p {
  margin: 0.5rem 0 0 0;
  color: #ffffff;
  opacity: 0.6;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
.home-news-content .news-list .item .image {
  width: 16.5rem;
  height: 8.0625rem;
  position: absolute;
  right: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1rem;
}
.home-news-content .news-list .item.active {
  background: linear-gradient(46deg, rgba(255, 214, 51, 0.2039215686) -2.04%, transparent 109.81%);
  box-shadow: 0 0 1.1812rem 0.75rem rgba(255, 214, 51, 0.1);
}
