.post-title {
  font-size: 2.25rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 48px;
  color: #141414;
}
.post-container {
  margin-bottom: 80px;
}
.post-img {
  height: 296px;
  width: 746px;
  max-width: 100%;
  margin-bottom: 28px;
}
.post-img img {
  width: 100%;
  height: 100%;
}
.single-post .post-img, 
.single-post .post-img img {
  width: 100%;
  height: auto;
}
.post-text {
  font-size: 1.125rem;
  line-height: 1.3;
}
.article-post {
  height: 196px;
  width: 526px;
  max-width: 100%;
  background-color: rgba(229, 227, 234, 1);
  border-radius: 16px;
  display: flex;
  margin-bottom: 24px;
}
.article-post-img {
  height: 196px;
  width: 196px;
  background-color: #acacac;
  border-radius: 20px;
}
.article-post-img img {
  width: 196px;
  height: 196px;
}
.articles-container-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.article-post-container {
  position: relative;
  width: 326px;
  max-width: 100%;
  flex-direction: column;
  padding: 20px;
}
.articles-container-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articles-post-link {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  margin-bottom: 16px;
  /* position: absolute;
  inset: 0; */
}
.articles-post-link img {
  width: 10px;
  height: 20px;
}
.articles-post-title {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articles-container-btn img {
  height: 20px;
  width: 10px;
}
.articles-post-description {
  font-size: 0.875rem;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.75rem;
}
.articles-post-date {
  text-align: right;
  font-size: 0.875rem;
}
img.alignleft {
  float: left;
  max-width: 60%;
  margin: 0 20px 20px 0;
}
img.aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
img.alignright {
  max-width: 60%;
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 1400px) {
  .articles-post-title {
    font-size: 1rem;
  }
  .articles-post-description {
    font-size: 0.775rem;
    line-height: 16px;
  }
}
@media (max-width: 1200px) {
  .articles-post-title {
    font-size: 0.9rem;
  }
  .articles-post-description {
    font-size: 0.7rem;
    line-height: 15px;
  }
  .articles-post-description p {
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  main {
    padding: 0 6px;
  }
  .post-title {
    margin: 24px 0 36px;
    font-size: 24px;
  }
  .post-text {
    margin-bottom: 40px;
  }
  .article-post {
    height: 443px;
    width: 100%;
  }
  .article-post-img {
    height: 277px;
    width: 100%;
  }
  .article-post {
    flex-direction: column;
  }
  .article-post-container {
    width: 100%;
  }
  .articles-post-description {
    font-size: 0.975rem;
    line-height: 19px;
  }
  .article-post-img img {
    width: 100%;
    height: 100%;
  }
  .articles-post-title {
    font-size: 1.25rem;
  }
}
