   .hero-section {
            background-image: url('../images/page-title.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        .card-img-top { height: 200px; object-fit: cover; }
        .btn-warning { background-color: #ffc107; border: none; font-weight: bold;
         color: white; }
        .load-details{
            background-color: #ffc107;
            color: white;
            font-size: small;
        }
        .here-title-wrap {
    width: 300px;
    margin: 0 auto;
}
.truncate-text {
  overflow: hidden;
   white-space: pre-line;
  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* Number of lines to show */
    -webkit-box-orient: vertical
  
}
.model-image{
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
@media screen and (max-width: 576px) {
    .model-image{
        height: 200px;
    }
    
}