@charset "utf-8";

main > section {
    max-width: 1280px;
    align-items: start;
}

.aboutimage {
    margin-bottom: 1em;
}

.meetingsinfo {
    height: fit-content;
}

.meetingsinfo div {
    margin-left: 0px;
}

button {
    background-color: #463f3a;
    color: #f4f3ee;
}

@media only screen and (min-width: 769px) {

    .aboutimage {
        width: 100%;
        height: 450px;
        margin-bottom: 1em;
    }
}