.header {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

    .header img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
    }

    .header h1 {
        z-index: 5;
        position: relative;
        color: #eee;
        font-size: 4rem;
        line-height: 1.1;
        font-weight: 700
    }


.map img {
    width: 100%;
    border-radius: 15px;
}