.__timeline-container {
    width: 100%;
    position: relative;
    background: #711AA0;
    overflow: hidden;
}

.timeline-mb {
    display: none;
}

.__text-mb-block {
    display: none;
}

.__timeline-container-content {
    width: 100%;
    height: 100%;
    padding: 50px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.__timeline-container-title {
    color: #ffffff;
    background-color: #1F917F;
    padding: 0 35px 0 20px;
    margin-bottom: 5px;
    width: fit-content;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.__timeline-container-title-no-tarja {
    color: #ffffff;
    margin-bottom: 5px;
    width: fit-content;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.__timelina-container-image {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    position: relative;
}

.__timelina-container-image img {
    width: 100%;
    object-fit: cover;
}


@media screen and (max-width: 768px) {

    .__text-ds-block {
        display: none;
    }

    .__text-mb-block {
        display: block
    }
    .__timeline-container-title {
        font-size: 2rem;
    }

    .timeline-mb {
        display: flex;
    }

    .timeline-ds {
        display: none;
    }

    .__timelina-container-image {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .__timelina-container-image img {
        width: 100%;
        margin-top: -100px;
    }

    .__timeline-container-content {
        align-items: flex-start;
    }
}