.founders-stories-timeline-sec{padding:40px 0 220px}
.timeline-main{max-width:77.4%;width:100%}
.timeline-row{display:-webkit-box;display:-ms-flexbox;display:flex}
.timeline-row .left-col{width:17%}
.timeline-row .right-col{width:67.6%;margin-left:80px}
.timeline-col ul li{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}
.timeline-row:not(:last-child){margin-bottom:90px}
.timeline-col ul li span.profile-img{width:59px;position:absolute;left:0;top:0}
.timeline-col ul li span.text{margin-left:82px}
.timeline-col ul li span.text h3,.timeline-col ul li span.text h4{font-size:16px;font-weight:400;line-height:26px;letter-spacing:-.02em;font-family:'ABC Monument Grotesk Semi-Mono';color:#6c7b6c}
.timeline-col ul li span.text h4{margin-bottom:16px}
.timeline-col ul li span.text h4 a{text-decoration:underline}
.founders-stories-img{position:relative;overflow:hidden;display:inline-block}
.founders-stories-img img.magniflier{-o-object-fit:contain;object-fit:contain;position:absolute;left:0;top:0;height:100%;width:100%;opacity:0}
.glass{width:83px;height:83px;position:absolute;border-radius:50%;cursor:pointer;z-index:9;-webkit-box-shadow:0 0 16px 0 #f0f5f0 inset;box-shadow:0 0 16px 0 #f0f5f0 inset;display:none}

@media screen and (min-width:1600px){
.timeline-main{max-width:66.4%}
}
@media screen and (min-width:768px){
.timeline-col span.founders-stories-img,.profile-img .founders-stories-img{display:none}
}
@media screen and (max-width:1199px){
.timeline-row .left-col{width:20%}
.timeline-row .right-col{width:75%;margin-left:40px}
.timeline-row{align-items: center;}
}
@media screen and (max-width:991px){
.timeline-main{max-width:100%}
.timeline-row:not(:last-child){margin-bottom:60px}
.founders-stories-timeline-sec{padding:40px 0 150px}
.timeline-row {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.timeline-row .right-col {
    margin-left: 0;
}
}
@media screen and (max-width:767px){
.timeline-row .left-col{display:none}
.timeline-row .right-col{width:100%;margin:0}
.timeline-col ul li{-ms-flex-wrap:wrap;flex-wrap:wrap}
.timeline-row span.founders-stories-img{width:100%;max-width:160px;margin:20px auto 0}
.founders-stories-img img{width:100%}
.timeline-row:not(:last-child) {
    margin-bottom: 96px;
}
.timeline-col ul li span.profile-img {
    position: static;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
}
.timeline-col ul li span.text {
    margin-left: 0;
}
.timeline-row span.founders-stories-img {
    display: none;
}
.founders-stories-timeline-sec {
    padding: 0 0 200px;
}
.profile-img-col {
    width: 68px;
}

.profile-img-col img {
    width: 100%;
    height: 100%;
}
.profile-img .founders-stories-img {
    width: calc(100% - 68px);
    max-width: 78px;
}
.timeline-col ul li span.text h4 {
    margin-bottom: 20px;
}
}	