.ws_timeline_block {
}
.ws_timeline_wrap {
  position: relative;
  margin-bottom: 2rem;
}
.ws_timeline_wrap .ws_timeline_item {
  position: relative;
  padding-left: 4.5rem;
}

.ws_timeline_wrap .ws_timeline_item:not(:last-child) {
    padding-bottom: 3rem;
}
.ws_timeline_wrap .ws_timeline_item:not(:last-child):before {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1rem;
    left: 1.5rem;
    width: 1px;
    background-color: #D6D3D1
}
.ws_timeline_item_icon {
    position: absolute;
    top:0;
    left: 0;
    width: 3rem;
    height:3rem;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700
}
.ws_timeline_item_title {
    font-weight: 500;
    color: var(--heading4);
    margin-bottom: .5rem
}

@media only screen and (max-width:767px) {
    .ws_timeline_wrap, .ws_timeline_descr {
        padding: 0!important
    }
}
@media only screen and (min-width:768px) {
    .ws_timeline_descr {
        flex-basis: 48%
    }
    .ws_timeline_wrap {
        flex-basis: 52%
    }
}
@media only screen and (min-width:1921px) {
}
@media only screen and (min-width:768px) and (max-width:991px) {
}
