@media (min-width: 769px) {
    .cd-timeline-content h2 {
        font-size: 1em;
    }

    .cd-timeline-content p {
        font-size: rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 1em;
    }
}

@media (min-width: 769px) {
    /*  #cd-timeline {
          margin-top: 3em;
          margin-bottom: 3em;
      }*/
    .image.large.svg {
        min-height: 500px;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -3px;
    }

    .cd-timeline-block:last-child::before {
        content: '';
        position: absolute;
        background: white;
        width: 10px;
        height: 100%;
        left: 50%;
        margin-left: -3px;
    }

    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 769px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 10px 0;
        width: 46%;
    }

    .cd-timeline-content::before {
        top: 104px;
        left: 100%;
        border-color: transparent;
        /* border-left-color: #d7e4ed;*/
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 75px;
        font-size: 1em;
    }

    .cd-timeline-block.time_right .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block.time_right .cd-timeline-content::before {
        top: 104px;
        left: auto;
        right: 100%;
        border-color: transparent;
        /* border-right-color: #d7e4ed;*/
    }

    .cd-timeline-block.time_right .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block.time_right .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }

    .cd-timeline-content .cd-date {
        opacity: 0;
    }

    .cd-timeline-block:hover .cd-date {
        opacity: 1;
    }

    .description > p > span {
        background-color: inherit !important;
    }

    .line.time_left svg {
        fill: #607d8b;
        transform: rotate(134deg);
        margin-left: -12px;
    }

    .time_left .img-wrap {
        float: right;
        margin-left: 40px;
        margin-right: 0;
    }

    .cd-timeline-img.cd-picture {
        transition: all .3s;
        opacity: 0;
    }

    .cd-timeline-block:hover .cd-timeline-img.cd-picture {
        opacity: 1;
    }
}

@media (min-width: 769px) {

    .cd-timeline-img {
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }

    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block.time_right .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }

    .cd-timeline-content .description {
        word-break: break-word;
        display: flex;
        min-height: 180px;
        justify-content: center;
        flex-direction: column;
    }

    .text {
        height: 300px;
    }

    .our-story .row .column {
        max-width: 50%;
    }
}