.header-talk {
    width: 100%;
    object-fit: cover;
    object-position: top bottom;
    max-height: 65vh;
    top: 0;
    min-height: 65vh;
}

.talk {
    text-align: center;
    margin: auto;
    padding: 30px;
    padding-bottom: 50px;
    background-color: f6f6f6;
}


.talk h1,
.talk h3 {
    font-weight: 100;
}

.talk h1 {
    font-size: 3rem;
}

.talk p {
    font-size: 1.3rem;
    line-height: 1.5;
    max-width: 60%;
    margin: auto;
}

@media only screen and (hover: none) and (pointer: coarse) {
    .talk p {
        max-width: 95%;
        font-size: 2rem;
    }

    .talk h1 {
        font-size: 4rem;
    }
}

.talk-content {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 80px;
    max-width: 900px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (hover: none) and (pointer: coarse) {
    .talk-content {
        display: block;
    }

    .talk-content .actions {
        margin: auto;
    }

    .talk-content .margin {
        margin-bottom: 3rem;
    }

    .talk-content li:not(:last-child) {
        margin-bottom: 2rem;
    }

    .talk-content h2 {
        text-align: center;
    }

    .picture-margin {
        margin-bottom: 50px;
    }
}



.picture-talk {

    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.talk-content img {
    max-height: 35vh;
    object-fit: contain;
}


.talk-content div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

div.actions {
    display: block;
}

.talk-content li {
    line-height: 1.9rem;
}

@media only screen and (hover: none) and (pointer: coarse) {
    .talk-content li {
        line-height: 2rem;
        font-size: 2rem;
    }
}


@media only screen and (hover: none) and (pointer: coarse) {
    .talk-content button {
        width: 25vh;
        margin: auto;
        margin-top: 30px;
    }
}