.div-block-41 {
    border-top: 1px solid #4e4e4e1f;
}
.div-block-43 {
    flex-flow: column;
    justify-content: center;
    display: flex;
}
.div-block-44 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    display: flex;
}
.outer-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #4e4e4e24;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 174px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    color: #ffffff;
}
.heading-8 {
    font-size: 30px !important;
}
.text-block-114 {
    font-size: 14px;
}
@media screen and (min-width: 1280px) {
    .outer-block {
        border-bottom-color: #ffffff24;
    }
}

.number-outer {
    display: flex;
}
.number {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 174px;
    font-size: 60px;
    display: flex;
}
.text-block-112 {
    font-family: Gotham, sans-serif;
    font-size: 45px;
    font-weight: 900;
}
@media screen and (min-width: 1280px) {
    .text-block-112 {
        color: var(--white);
        font-size: 40px;
    }
}

.line-hold {
    align-items: center;
    width: 7px;
    height: 100%;
    display: flex;
}
.line {
    border-right: 1px #4e4e4e;
    width: 100%;
    height: 80%;
    overflow: hidden;
}
.indicator {
    background-color: #e84922;
    width: 100%;
    height: 50%;
}
.detail {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding: 0 65px;
    display: flex;
}

.heading-8 {
    color: var(--white);
    margin-top: 0;
    font-family: Gotham, sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 1280px) {
    .heading-8 {
        color: var(--white);
        font-family: Gotham, sans-serif;
        font-size: 30px;
    }
}
.text-block-114 {
    color: var(--white);
    flex-flow: column;
    font-family: Gotham, sans-serif;
    font-weight: 100;
    display: flex;
}
@media screen and (min-width: 1280px) {
    .text-block-114 {
        color: var(--white);
        font-family: Gotham, sans-serif;
    }
}

.dt-line {
    width: 6px;
    height: 120px;
    position: relative;
    overflow: hidden;
    margin-left: 40px;
    margin-top: 20px;
}

.dt-indicator {
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background: #f4703c;
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.25s linear;
}
@media (max-width: 767px) {
    .text-block-112 {
        font-size: 22px;
    }
    .number {
        width: 80px;
        height: 174px;
        font-size: 30px;
    }
    .detail {
        padding: 0 0;
    }
    .heading-8 {
        font-size: 17px !important;
    }
    .dt-line {
        margin-left: 10px;
    }
}