.content {
    display: flex;
    padding: 5% 0;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    width: 100vw;
}

.content-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
}

.content-contact-section {
    display: flex;
    padding: 5% 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.content-contact-section-headline {
    display: flex;
    padding: 0 10%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.content-contact-section-socials {
    display: flex;
    align-items: center;
    gap: 32px;
}

.content-contact-section-socials-icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;

    padding: 15px 0 0 0;
}

.content-contact-section-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.content-contact-section-email-text {
    color: var(--darker-text-color);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

.content-contact-section-email-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--darker-text-color);
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
}


.content-contact-hosts {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.content-contact-hosts-box {
    display: flex;
    padding: 0 0 0 0;
    align-items: center;
    align-self: stretch;

    border-radius: 40px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    background: var(--eventbox-background);
}

.content-contact-hosts-box-club {


    display: flex;
    padding: 10% 10%;
    flex-direction: column;

    align-items: center;
    gap: 48px;
    flex: 1 0 0;
    align-self: stretch;
}

.content-contact-hosts-box-img {
    border-radius: 16px;
    max-width: 40vw;
}

.content-contact-hosts-box-img-img {
    width: 100%;
    border-radius: 16px;
}

.content-contact-hosts-box-club-contact {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}