.article-section {
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
  font-family: Arial, sans-serif;
}

.highlight-quote {
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
    border-left: 4px solid #c7a26a;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-block-start: 3%;
    font-weight: bold;
}
.highlight-quote footer {
  font-style: normal;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
}

.article-text {
  text-align: left;
  margin: 15px 0;
  color: #444;
}

.image-text-box {
  position: relative;
}
.image-text-box img {
  border-radius: 5px;
  max-height: 280px;
  object-fit: cover;
}
.image-text-box .overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 15px;
  border-radius: 8px;
}
.face-segmentation{
    padding-top: 5%;  
}
.blog-details{
    font-size: 18px;
}
.blog-desc {
    overflow: hidden;
   
    display: -webkit-box;
   
    -webkit-box-orient: vertical;
}

@media (max-width:1024px) {
   .blog-details{
       font-size: 16px;
    } 
}

@media (max-width:767px) {
      .blog-details{
        font-size: 15px;
    } 
}