#header-logo {
    height: 90px;
    margin: 0 auto;
}

.button-wrapper {
    padding: 30px;
}

.button {
    display: flex;
    width: 800px;
    height: 120px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.time-schedule-wrapper {
    display: flex;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
}

.time-schedule-wrapper>h2 {
    font-size: 40px;
}

.border {
    margin: 5px 50px 0;
    height: 280px;
    border-left: 1px solid;
}

section>header {
    padding: 32px 0;
    font-size: 32px;
    font-weight: 800;
}

.details-section-body {
    width: 1100px;
    padding: 24px;
    margin: 0 auto;
}

.details-section-body>h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: 1.68px;
    padding: 16px 0;
}

.details-section-body>p {
    padding: 16px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

.target-audience-wrapper {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px 0;
}

.target-audience-wrapper>h3 {
    width: 220px;
    min-width: 220px;
    height: 220px;
    padding: 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.target-audience-wrapper>ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

.target-audience-wrapper>ul>li {
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    background: var(--orange-gradient);
    padding: 8px 16px;
}

.speaker-details-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px;
}

.speaker-details-wrapper>h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--black);
}

.speaker-details-body {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
}

.footnote {
    gap: 24px;
    padding: 24px;
}