.single_post {
  position: relative;
}
.single_post .post-image img {
  aspect-ratio: 1.66666667;
  object-fit: cover;
  object-position: center;
}
.single_post .post-title {
  font-size: var(--h4-size);
}
.single_post .post-title a {
  font-weight: 600;
}
.single_post .post_read_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.single_post .post_read_more .author_box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.single_post .post_read_more .author_box img {
  width: 50px;
}
.single_post .post_read_more .author_box .name {
  font-weight: 500;
}
