/* .single-blog {
  max-height: 200px;
  
  box-shadow: var(--shadow);
  margin-bottom:50px;
} */
.single-blog img{
  width: 100%;
  max-height: 100%;  
  object-fit: cover;
}
.content-single{
  box-shadow: var(--shadow);
  padding: 40px;
  border-radius: 5px;
}
.content-single img {
  max-width: 100%;   /* ảnh không vượt quá khung chứa */
  height: auto;      /* giữ tỉ lệ ảnh */
  display: block;    /* tránh khoảng trắng lạ */
  margin: 0 auto;    /* căn giữa ảnh */
}
.box-content{
  margin-top: 20px;
  padding: 20px;
  box-shadow: var(--shadow);
}
.medical-author-box{
  box-shadow: var(--shadow);
  padding: 30px;
  border-radius: 5px;
}
.title-post{
  text-transform: capitalize;
  /* text-align: center; */
  margin-bottom: 20px;
  font-weight: 500;
}
