.tag-page {
  margin-top: 135px;
}
@media (max-width: 992px) {
  .tag-page {
    margin-top: 80px;
  }
}
.tag-page .block:nth-child(1) {
  padding-top: 30px;
}
.tag-page .block:nth-child(1) .describe {
  color: #009e49;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px; /* 207.692% */
  text-transform: uppercase;
}
.tag-page .block:nth-child(1) .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(1) .title {
    text-shadow: 5.527px 8.29px 16.58px rgba(0, 0, 0, 0.05);
    font-size: 32px;
    line-height: 27px; /* 84.375% */
  }
}
.tag-page .block:nth-child(1) .title .small {
  font-size: 35px;
  color: #585858;
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(1) .title .small {
    font-size: 28px;
  }
}
.tag-page .block:nth-child(2) {
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(2) {
    padding-top: 22px;
  }
}
@media (max-width: 768px) {
  .tag-page .block:nth-child(2) {
    padding-bottom: 47px;
  }
}
.tag-page .block:nth-child(2) .tab__content {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(2) .tab__content {
    margin-top: 20px;
  }
}
.tag-page .block:nth-child(2) .tab__content--item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(2) .tab__content--item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tag-page .block:nth-child(2) .tab__content--item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(2) .tab__content--item .news-cpn {
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(2) .tab__content--item .news-cpn__image-box {
    max-width: 100%;
    height: 223px;
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .tag-page .block:nth-child(2) .tab__content--item .news-cpn__image-box img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tag-page .block:nth-child(2) .tab__content--item .news-cpn__image-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tag-page .block:nth-child(2) .tab__content--btn-box {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .tag-page .block:nth-child(2) .tab__content--btn-box {
    margin-top: 34px;
  }
}
.tag-page .block:nth-child(2) .tab__content--btn-box .btn-see-more-news {
  color: #056632;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px; /* 168.75% */
  border-radius: 200px;
  border: 1px solid #056632;
  max-width: 206px;
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .tag-page .block:nth-child(2) .tab__content--btn-box .btn-see-more-news {
    border: 1px solid transparent;
  }
}
