/* header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #fff;
} */

body {
    background: #fff;
}

.hero {
    background: url('../assets/images/hero_c130_714_takeoff.avif');
    background-size: cover;
    background-repeat: none;
}

.flag {
    width: 133px !important;
    /* width:100% !important; */
    height: 100px;
    border-radius: 4px;
    border: 1px solid #8d8d8d3a
}