img.opener,
img.divider {
    display: block;
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
}

.about {
    margin: 0;
    background-color: var(--pink);
}

.about .text {
    padding: 32px;
    padding-top: 25px;
    padding-bottom: 20px;
    max-width: 990px;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
}

.about h3 {
    margin-bottom: 4px;
    margin-top: 24px;
}

.about p {
    margin-top: 0;
}

.about .show-more-about {
    border: 0;
    color: var(--text-black);
    background: var(--orange);
    padding: 13px 10px;
    margin-top: 10px;
    font-size: 13px;
    font-family: var(--font-lato);
    font-weight: 300;
}
.about .show-more-about.hidden {
    display: none;
}
.about .more-about.hidden {
    height: 0px;
    overflow: hidden;
}

.about .about-names {
    padding-top: 0;
    padding-bottom: 14px;
    padding-left: 14px;
}

img.divider {
    width: 100%;
    /* aspect-ratio: 1/1; */
    aspect-ratio: 16/9;
    object-fit: cover;
}

.brands {
    background-color: var(--lightpink)
}

.brands ul {
    margin: 0 auto;
    padding: 40px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
}

.brands li {
    list-style: none;
}

.brands a {
    display: block;
}

.brands a:hover .brand-logo,
.brands a:focus .brand-logo {
    opacity: 0.5;
}

.brands .brand-logo svg {
    width: 150px;
    height: auto;
}

.brands .brand-logo.brand-logo-landscape svg {
    width: 170px;
}

.salutation {
    background-color: var(--pink);
    --team-height: clamp(160px, calc(60vw / var(--photo-width) * var(--photo-height)), 340px);
}

.salutation::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(var(--team-height) * 0.4);
    background: var(--lightpink);
}

.salutation .teamphoto-wrapper {
    display: flex;
    justify-content: flex-end;
}

.salutation .teamphoto {
    height: var(--team-height);
    width: auto;
    margin-top: calc(var(--team-height) * -0.4);
}

.salutation p {
    margin: 0;
}

.salutation .subheadline {
    padding: 50px 16px 30px 16px;
}
