.banner-section {
    min-height: 100vh;
    background: linear-gradient(rgba(39, 38, 38, 0.45),
            rgba(194, 188, 188, 0.45)),
        url("../img/map.png") center center no-repeat;
    background-size: cover;


}

.banner-text h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #fff;
}

.banner-text p {
    font-size: 1rem;
    opacity: 0.9;
}

.image-box {
    border-radius: 16px;
    padding: 6px;
    background: #fff;
    display: inline-block;
}

.image-box img {
    border-radius: 14px;
}

/* Responsive text */
@media (max-width: 768px) {
    .banner-text h1 {
        font-size: 2rem;
    }
}

/* top bar */

.topbar-h3 {
    color: #FED703 !important;
    text-align: end;
    font-weight: 600;
    font-size: 20px;
}