<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.about-timeline {
    background: rgb(230, 230, 230);
    background: linear-gradient(50deg, rgba(230, 230, 230, 1) 0%, rgba(230, 230, 230, 1) 40%, rgba(246, 246, 244, 1) 40%, rgba(246, 246, 244, 1) 100%);
    padding: 150px 0 100px;
}

.timeline_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.time_line {
    width: 25%;
}

.timeline_content_wrapper h1 {
    font-weight: 900;
    font-size: 45px;

    color: #293d56;
    margin-bottom: 60px;
}

.timeline_content_wrapper p {
    font-size: 18px;

    margin-bottom: 15px;
    color: #293d56;
}

.timeline_imge {
    padding: 20px 50px;
    width: 40%;
}

.time_line_wrapper {
    text-align: center;
    font-weight: 300;
    font-size: 46px;

    color: #293d56;
    position: relative;
max-width: 300px;margin: auto;}


.single_timeline_item {
    padding: 20px 0;
position: relative;}

.single_timeline_item span {
    background: #293D56;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 27px;
    border-radius: 50%;
    position: absolute;
right: 40px;top: 0;bottom: 0;margin: auto;}

.time_line_wrapper:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    right: 53px;
    
    margin: auto;
    background: rgb(201, 201, 201);
    background: linear-gradient(349deg, rgba(201, 201, 201, 0.8) 0%, rgba(201, 201, 201, 1) 50%, rgba(201, 201, 201, 0.8) 100%);
}
.timeline_content {width: 35%;}</pre></body></html>