main {
    width: 90%;
    max-width: 1280px;
    min-height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 0 32px;
    margin: 0 auto;
}
section.hero {
    aspect-ratio: 3 / 2;
    background-image: url('/static/image/hero/DSCF0012.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    border-radius: 23px;
}