.banner-section {
    padding: 40px 20px;
    background-color: #f8f9fa; /* Hafif gri arka plan */
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.banner-section h1 {
    color: #333;
    margin-bottom: 20px;
}
.banner-section p {
    color: #555;
}
.banner-section .banner-image {
    max-height: 300px; /* Resmin boyutunu sabit tutar */
    object-fit: contain;
}