.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #004085;
    margin-bottom: 30px;
}
.industry-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    height: 475px;
}
.industry-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.industry-card h5 {
    font-size: 1.25rem;
    margin: 15px 0;
    color: #333;
}
.industry-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    padding: 0 15px;
}
.industry-card ul {
    list-style-type: disc;
    padding: 0 30px;
    margin: 15px 0;
    color: #555;
}
p{
font-weight: bold;
}