@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
#posts {
  margin: 70px 0 125px 0;
}
#posts .tags {
  gap: 0 30px;
  display: flex;
  margin: 0 0 50px 0;
  flex-direction: row;
  align-items: flex-start;
}
#posts .tags h4 {
  font-size: 14px;
}
#posts .tags .tag_list {
  gap: 15px 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
#posts .tags .tag_list a {
  color: #d35a32;
  flex-shrink: 0;
  font-size: 14px;
}
@media (max-width: 1199px) {
  #posts .tags .tag_list {
    gap: 15px 30px;
  }
}
@media (max-width: 991px) {
  #posts .tags .tag_list {
    gap: 15px;
  }
}
#posts .posts {
  gap: 90px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#posts .posts .post {
  border-radius: 20px;
  width: calc((100% / 3) - 60px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#posts .posts .post .image {
  width: 100%;
}
#posts .posts .post .image img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
#posts .posts .post .text {
  padding: 25px;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
#posts .posts .post .text .item_tags {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-direction: row;
  align-items: center;
}
#posts .posts .post .text .item_tags p {
  color: #d35a32;
  font-size: 14px;
}
#posts .posts .post .text .date {
  display: flex;
  font-size: 14px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-direction: row;
  align-items: center;
}
#posts .posts .post .text a {
  font-size: 18px;
  font-weight: 700;
  color: #00A22c;
}
@media (max-width: 1500px) {
  #posts .posts .post {
    width: calc(33% - 40px);
  }
}
@media (max-width: 1199px) {
  #posts .posts .post {
    width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  #posts .posts .post {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  #posts .posts {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  #posts .posts {
    gap: 30px;
  }
}


