
/* ////////banner/////////////////// */
body {
    background-color: #ededed;
}
.banner {
    width: 100%;
    height: 400px;
    background-image: url('images/About-back-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.breadcrumb {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 25px;
    border-radius: 30px;
    z-index: 1;
    margin-top: 80px;
}

.breadcrumb a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.breadcrumb a:hover {
    color: #000;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: #333;
    font-size: 18px;
}

.breadcrumb-current {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .banner {
        height: 400px;
    }
    
    .breadcrumb {
        padding: 12px 20px;
    }
    
    .breadcrumb a,
    .breadcrumb-separator,
    .breadcrumb-current {
        font-size: 16px;
    }
}
     



/* //////// */


.media-section{
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.media-section h2{
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 30px; 
    font-weight: 600;
    text-transform: uppercase;
}

.media-section h3{
    text-align: center;
    font-size: 17px;
    color: #333;
    margin-top: 30px; 
    font-weight: 600;
}