.schedule {
    background-color: #9f918e;
    position: relative;
}

.schedule {
    background-color: #141d47;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-schedule {
    color: #fff;
    font-size: 64px;
    font-weight: 950;
    line-height: 120%;
    letter-spacing: 6.4px;
    margin-top: 48px;
    margin-bottom: 24px;
}

.schedule .buttons {
    margin-bottom: 34px;
}

.btnSchedule {
    background: #DBD5D6;
    color: #151514CC;
    border: none;
    border-radius: 0px;
    width: calc((100% - 10px) / 3);
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    user-select: none;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.56px;
    padding: 8px 0;
}

.btnSchedule.active {
    background: #F05326;
    color: #fff;
}

.btnSchedule:hover {
    color: #fff;
    background-color: #111;
}

.btnSchedule:focus {
    outline: none;
    background-color: #111;
}

.speech::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 51px solid #111;
    border-right: 28px solid transparent;
    border-top: -34px solid #111;
    border-bottom: 31px solid transparent;
    left: 80%;
    bottom: -15px;
}

.content {
    margin-left: 37px;
}

.hr-schedule {
    margin: 0;
    color: #e0917b;
    opacity: 1;
    margin-top: 8px;
    margin-bottom: 16px;
}

.vertical-line {
    position: absolute;
    left: 17px;
    width: 5px;
    height: 100%;
    background-color: #F05326;
    transform: translateX(-50%);
    border-radius: 5px;
}

.event {
    margin-bottom: 32px;
}

.event:last-child {
    margin-bottom: 0;
}

.event-time {
    color: black;
    font-size: 32px;
    font-family: Archivo;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.64px;
}

.event-time img {
    height: 24px;
    margin-right: 8px;
}

.event-title {
    color: black;
    font-size: 32px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.64px;
}

.event-title2 {
    color: black;
    font-size: 24px;
    font-family: Archivo;
    font-weight: 700;
    line-height: 145%;
    letter-spacing: 0.64px;
}

.event-place {
    color: black;
    font-size: 18px;
    font-family: Archivo;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: 0.48px;
}

.event-place2 {
    color: black;
    font-size: 20px;
    font-family: Archivo;
    font-weight: 350;
    line-height: 145%;
    letter-spacing: 0.48px;
}


.event-place img {
    height: 24px;
    margin-right: 16px;
}

.custom-card {
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.custom-card.break {
    background: #3F3838;
}

.custom-card.break .event-time img {
    fill: #FFF;
}

.custom-card.break .event-time {
    color: #FFF;
}