.about-us-container * {
    font-family: 'Futura';
    color: #000;
    text-align: center;
}

.aboutus-title {
    font-size: 24px;
    font-weight: 400;
    color: #B9A375;
}

.history-intro {
    margin-top: 32px;
    margin-bottom: 32px;
}

/* .history-intro p {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 150%;
    font-family: 'Futura Lt BT';
} */

.history-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    color: #B9A375;
    text-align: center;
    letter-spacing: -0.015em;
    text-transform: uppercase;
}

.timelines {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.timeline .timeline-inner {
    width: 239px;
}

.timeline .timeline-img {
    position: relative;
}

.history {
    margin-top: 50px;
    margin-bottom: 50px;
}

.timeline .description {
    margin-top: 9px;
    font-family: 'Futura Lt BT';
}

.timeline span.year {
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    padding: 11px 27px 9px;
    background: #A99973;
    top: 19px;
}

.timeline:nth-child(odd) span.year {
    right: -51px;
}

.timeline:nth-child(even) span.year {
    left: -51px;
}


@media (min-width: 768px) {
    .history {
        margin-left: 30px;
        margin-right: 30px;
    }

    .timelines:before {
        content: '';
        position: absolute;
        height: 100%;
        left: calc(50% - 40px);
        width: 80px;
        border-top: 2px solid #a99973;
        border-bottom: 2px solid #a99973;
    }

    .timelines:after {
        content: '';
        position: absolute;
        height: calc(100% - 16px);
        left: 50%;
        top: 8px;
        border-left: 2px solid #a99973;
    }

    .timeline {
        width: 100%;
        position: relative;
        max-width: 700px;
    }

    .timeline:first-child {
        /*margin-top: 105px;*/
    }

    .timeline:last-child {
        margin-bottom: 60px;
    }

    .timeline:not(:first-child) {
        margin-top: -60px;
    }

    .timeline:nth-child(even) .timeline-inner {
        float: right;
    }

    .timeline .timeline-inner::after {
        content: '';
        position: absolute;
        background-color: #a99973;
        width: 60px;
        height: 1.8px;
        top: 110px;
    }

    .timeline:nth-child(odd) .timeline-inner::after {
        left: calc(50% - 70px);
    }

    .timeline:nth-child(even) .timeline-inner::after {
        left: calc(50% + 10px);
    }
}

@media (max-width: 767px) {
    .history-intro p, .timeline .description{
        font-size: 17px;
    }

    .timelines {
        justify-content: center;
        align-items: center;
    }

    .timelines:before,
    .timelines:after {
        content: '';
        position: absolute;
        background-color: #a99973;
        width: 68px;
        height: 2px;
    }

    .timelines:before {
        top: 0;
    }

    .timelines:after {
        bottom: 0;
        height: 2px;
    }

    .history-heading {
        font-size: 23px;
    }

    .timeline {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .timeline:first-child {
        margin-top: 0px;
        padding-top: 20px;
    }

    .timeline:last-child {
        margin-bottom: 90px;
        padding-bottom: 20px;
    }

    .timeline:first-child::before,
    .timeline:last-child::after {
        content: '';
        position: absolute;
        background-color: #a99973;
        height: 68px;
        width: 2px;
        left: calc(50% - 1px);
    }

    .timeline:first-child::before {
        top: 6px;
    }

    .timeline:last-child::after {
        bottom: 6px;
    }

}