main {
  padding-top: 75px;
}

.news .list .container {
  max-width: 1200px;
}

.news .list .heading {
  justify-content: flex-start;
  background-color: transparent;
  overflow: hidden;
}

.news .list .heading h2 {
  position: relative;
  font-size: 38px;
  gap: 10px;
  color: #4c4088;
}

.news .list .heading h2 span {
  font-weight: 700;
  font-size: 38px;
  color: #4c4088;
  top: unset;
  letter-spacing: unset;
}

.news .list .heading h2::after {
  position: absolute;
  right: calc(-100vw - 6px);
  bottom: 6px;
  width: 100vw;
  height: 2px;
  background-color: #4f9b57;
  content: '';
}

@media (max-width: 767.98px) {
  .news .list .heading h2 {
    font-size: 36px;
    gap: 4px;
  }

  .news .list .heading h2 .d-none {
    display: none;
  }

  .news .list .heading h2 span {
    font-size: 16px;
    font-weight: 300;
    left: 2px;
    top: 0;
  }

  .news .list .heading h2::after {
    display: none;
  }
}

.news .post__item {
  display: flex;
  background-color: #f5f5f5;
  margin-bottom: 50px;
  padding: 30px 0;
}

.news .post__image {
  display: flex;
}

.news .post__icon img {
  width: 70px;
}

.news .post__thumbnail img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.news .post__content {
  min-width: 400px;
  max-width: 400px;
  color: var(--enter-light-black);
  padding: 30px 50px;
}

.news .post__content h3 {
  font-size: 38px;
  line-height: 1.3333;
  margin: 0;
  margin-bottom: 25px;
}

.news .post__info {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

.news .post__date {
  font-weight: 500;
}

.news .post__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  line-height: 1.3333;
}

.news .post__tags a {
  color: var(--enter-light-black);
}

.news .post__tags a:hover {
  color: #4f9b57;
}

.news .post__more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #4c4088;
  border-bottom: 1px solid #4c4088;
  padding-top: 8px;
  padding-bottom: 8px;
}

.news .post__more a {
  font-weight: 700;
  font-size: 18.5px;
  line-height: 1;
  color: #4f9b57;
  white-space: nowrap;
}

.news .post__more img {
  width: 40px;
}

@media (max-width: 991.98px) {
  .news .post__item {
    flex-direction: column;
  }

  .news .post__icon img {
    width: 50px;
  }

  .news .post__thumbnail img {
    height: auto;
  }

  .news .post__content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .news .post__content p {
    font-size: 14px;
  }

  .news .post__content {
    min-width: unset;
    max-width: 100%;
    padding: 15px 50px 0;
  }

  .news .post__info {
    font-size: 12px;
  }

  .news .post__more a {
    font-size: 16px;
  }

  .news .post__more img {
    width: 30px;
  }
}

.news:not(.blog) header .header__link:nth-child(4) > div:first-child > div,
.news:not(.blog) header .header__link:nth-child(4) > div:last-child {
  color: var(--enter-blue);
  border-color: var(--enter-blue);
}
