body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.container {
    justify-content: flex-start;
    overflow: auto;
}

.talk-container {
    display: flex;
    max-width: 88rem;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5rem;
}

.talk-title-section {
    display: flex;
    flex-direction: row;
}

.talk-title-text {
    margin: auto;
    margin-left: 1rem;
}

.talk-title {
    font-size: 3.8rem;
    margin: 0;
}

.talk-subtitle {
    font-size: 2.4rem;
    margin: 0;
    margin-top: 1rem;
    color: #bababa;
}

.talk-body {
    font-size: 1.2rem;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.talk-body a {
    font-color: white;
}

.talk-link {
    width: 50rem;
    display: flex;
    flex-direction: row;
    font-size: 1.2rem;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}

.talk-link-text {
    margin: auto;
    margin-left: 1rem;
}

.talk-link-text > h5{
    font-size: 1.2rem;
    margin: 0px;
}

.talk-link-text > h6{
    font-size: 1.2rem;
    margin: 0px;
    color: #bababa;
}

.talk-logo {
    width: 5rem;
    text-align:center;
}

.talk-logo > svg{
    height: 3rem;
    margin: auto;
}

.talk-body-desc {
    display: flex;
    flex-direction: row;
    gap: 0.5rem
}


.talk-body-desc > div{
    margin: 0;
}

.talk-quote-left > svg{
    height: 3rem;
    margin: auto;
    margin-top: 0;
}

.talk-quote-right {
    display: flex;
    flex-direction: column;
    justify-contents: end;
}

.talk-quote-right > svg {
    height: 3rem;
    margin: auto;
    margin-bottom: 0;
}

@media (orientation: portrait) {
    .talk-title-section {
        flex-direction: column;
    }

    .talk-title {
        font-size: 2rem;
    }

    .talk-subtitle {
        font-size: 1.5rem;
    }

    .talk-title-text {
        margin-left: unset;
        text-align: center;
    }

    .logo {
        text-align: center;
    }

    .talk-quote-right {
        display: none;
    }

    .talk-quote-left {
        display: none;
    }

    .talk-container {
        padding: 2rem;
    }

    span {
        display: block;
    }

    .talk-subtitle-break {
        display: none
    }
}
