.blog-card:hover .arrw::after {
  transform: translateX(50px);
  transition: all 0.3s ease;
}
.blog-card:hover .arrw::before {
  transform: translateX(0);
  transition: all 0.3s ease;
}
.blog-card:hover picture::after {
  content: "VIEW MORE";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 120, 60, 0.6);
  display: block;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.blog-card picture {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.blog-card picture::after {
  transition: all 0.3s ease;
}
.blog-card picture img {
  aspect-ratio: 370 / 250;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blog-card__view-wrp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog-card__t {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.blog-card__category {
  padding: 4px 8px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.6px;
  background-color: #fff;
}
.blog-card__date {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.blog-card__ttl {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1.2px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-card__ttl {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-top: 8px;
    line-height: 140%;
    /* 25.2px */
  }
}
.blog-card__txt {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.9px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .blog-card__txt {
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.65px;
  }
}
.blog-card__view {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-primary);
  margin-top: 16px;
}
@media (max-width: 767px) {
  .blog-card__view {
    margin-top: 10px;
    font-size: 13px;
  }
}
.blog-card__view .arrw {
  width: 17.599px;
  height: 13.205px;
  position: relative;
  overflow: hidden;
}
.blog-card__view .arrw::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cg clip-path='url(%23clip0_2963_1284)'%3E%3Cpath d='M17.2769 7.37945C17.7066 6.94977 17.7066 6.25195 17.2769 5.82227L11.7769 0.322266C11.3472 -0.107422 10.6494 -0.107422 10.2197 0.322266C9.79 0.751953 9.79 1.44977 10.2197 1.87945L13.8428 5.50258H1.1C0.491562 5.50258 0 5.99414 0 6.60258C0 7.21102 0.491562 7.70258 1.1 7.70258H13.8428L10.2197 11.3257C9.79 11.7554 9.79 12.4532 10.2197 12.8829C10.6494 13.3126 11.3472 13.3126 11.7769 12.8829L17.2769 7.38289V7.37945Z' fill='%2300783C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2963_1284'%3E%3Crect width='17.5991' height='13.2052' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.599px;
  transition: all 0.3s ease;
  height: 13.205px;
  position: absolute;
}
.blog-card__view .arrw::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cg clip-path='url(%23clip0_2963_1284)'%3E%3Cpath d='M17.2769 7.37945C17.7066 6.94977 17.7066 6.25195 17.2769 5.82227L11.7769 0.322266C11.3472 -0.107422 10.6494 -0.107422 10.2197 0.322266C9.79 0.751953 9.79 1.44977 10.2197 1.87945L13.8428 5.50258H1.1C0.491562 5.50258 0 5.99414 0 6.60258C0 7.21102 0.491562 7.70258 1.1 7.70258H13.8428L10.2197 11.3257C9.79 11.7554 9.79 12.4532 10.2197 12.8829C10.6494 13.3126 11.3472 13.3126 11.7769 12.8829L17.2769 7.38289V7.37945Z' fill='%2300783C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2963_1284'%3E%3Crect width='17.5991' height='13.2052' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  width: 17.599px;
  height: 13.205px;
  position: absolute;
  transform: translateX(-50px);
}

.blog {
  background: #f2f6ed;
}
.blog__block {
  padding: 110px 0 100px;
}
@media (max-width: 767px) {
  .blog__block {
    padding: 58px 0 40px;
  }
}
.blog__top-t {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .blog__top-t {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.blog__wrp {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog__wrp {
    margin-top: 24px;
  }
}
.blog__wrp .archive-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog__wrp .archive-pagination {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.blog__row {
  display: flex;
  align-items: stretch;
  gap: 40px 45px;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .blog__row {
    gap: 40px 20px;
  }
}
@media (max-width: 991px) {
  .blog__row {
    gap: 40px 45px;
  }
}
@media (max-width: 767px) {
  .blog__row {
    gap: 24px;
    margin-top: 24px;
  }
}
.blog__row .blog-card {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 30px);
}
.blog__row .blog-card__view-wrp {
  margin-top: auto;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .blog__row .blog-card__view-wrp {
    padding-top: 10px;
  }
}
.blog__row .blog-card__view {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .blog__row .blog-card {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 991px) {
  .blog__row .blog-card {
    width: calc(50% - 22.5px);
  }
}
@media (max-width: 767px) {
  .blog__row .blog-card {
    width: 100%;
  }
}
.blog__tag {
  color: #00783c;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.8px;
  padding: 11px 19px;
  border: 1px solid var(--color-primary);
  display: inline-block;
  border-radius: 24px;
  cursor: pointer;
  background-color: transparent;
}
@media (max-width: 767px) {
  .blog__tag {
    font-size: 12px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.6px;
    padding: 7px 15px;
  }
}
.blog__tag-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog__tag-row {
    gap: 4px;
  }
}
.blog__tag.active {
  background-color: var(--color-primary);
  color: #fff;
}
.blog__tag.secondary {
  border-radius: 64px;
  background: #d7e8bf;
  border: 0;
  color: #181818;
  padding: 8px 12px;
  transition: all 0.3s ease;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.blog__tag.secondary:hover {
  opacity: 0.7;
} /*# sourceMappingURL=blog.css.map */
