.section_schedule h2 {
    margin-block: 48px 24px;
    text-align: center;
}

.schedule-section {
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-inline: auto;
    max-width: 997px;
}

.schedule-block {
    display: flex;
    flex-direction: column;
    padding: 32px;
}

.schedule-block__time {
    font-weight: 900;
    opacity: .4;
    margin-bottom: 24px;
    line-height: 1.166;
}

.schedule-block__title {
    margin-bottom: 4px;
}

.schedule-block__description {
    font-size: 16px;
    line-height: 20px;
    opacity: 0.4;
    max-width: max(50%, 500px);
}

.schedule-block__speaker {
    display: flex;
    align-items: center;
    column-gap: 24px;
    padding: 24px 170px 24px 24px;
    border-radius: 20px;
    background: var(--dark-100);
    margin-top: 24px;
    position: relative;
}

.schedule-block__speaker:has(.speaker-empty) {
    flex-grow: 1;
}

.schedule-block__speaker img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #D9D9D9;
}

.speaker-empty {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--main-alpha-5);
}

.schedule-block__speaker-name {
    opacity: .4;
}

@media (max-width: 767.98px) {
    .schedule-block {
        padding: 24px;
    }

    .section_schedule h2 {
        margin-block: 24px;
    }

    .schedule-section h3 {
        font-weight: bold;
    }

    .schedule-block__time {
        font-weight: bold;
        margin-bottom: 12px;
        line-height: 1.4;
        font-size: 20px;
    }

    .schedule-block__speaker {
        padding: 16px;
        font-size: 20px;
        align-items: start;
    }

    .schedule-block__speaker img {
        width: 72px;
        height: 72px;
    }

    .schedule-section {
        margin-bottom: 27px;
    }

    .schedule-block p {
        font-weight: 500;
    }

    .speaker__title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .speaker__title em {
        font-size: 1em;
    }

    .speaker__tags>span {
        padding: 8px 16px;
    }

    .speaker__image {
        width: 33%;
    }
}
