.text-sm {
    font-size: 0.875rem !important;
}

.home-banner-1 {
    background: linear-gradient(to left, rgb(0 64 100 / 87%), rgb(0 64 100 / 87%)), url('/img/home/terminal-airport.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-terminal-airport {
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('/img/home/terminal-airport.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner-2 {
    background: linear-gradient(to left, rgb(0 64 100 / 25%), rgb(0 64 100 / 25%)), url('/img/home/banners.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-us-banner-2 {
    background: url('/img/about-us/about-us-banner-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-us-banner-3 {
    background: url('/img/about-us/about-us-banner-3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-gold {
    color: #d8a900;
}

.text-theme-flex {
    color: #004565;
}

.bg-theme-flex {
    background-color: #004565;
}