header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/public/index_header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    min-height: 80vh;
}

header * {
    color: white;
}

div#address {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    background-color: #f4f7f8;
}

div#address section {
    flex: 1;
    min-width: 300px;
    padding: 0;
    margin: 10px;
}

section > div {
    width: 100%;
    max-width: 900px;
    margin: 20px 0;
    text-align: center;
}

section div div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section div div figure {
    width: 45%;
    min-width: 280px;
    margin: 10px;
}

section div div img {
    width: 100%;
    object-fit: cover;
}
