.about img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.section-title {
    font-size: 24px;
    font-weight: 600;
}
 .info-section {
            background-color: white;
            padding: 40px;
            border-radius: 8px;
            margin-top: 40px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .info-section h3 {
            font-size: 22px;
            color: #c41e3a;
            margin-bottom: 20px;
        }
        
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .info-item {
            border-left: 4px solid #c41e3a;
            padding-left: 20px;
        }
        
        .info-item h4 {
            font-size: 16px;
            margin-bottom: 10px;
            color: #333;
        }
        
        .info-item p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
.single-facility.animate-box.fadeInUp.animated {
    background: white;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.facilties .single-facility h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ee312b;
}
.facilties .single-facility p {
  display: -webkit-box;
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-subtitle span {
    color: white;
}