.story-timeline p.title {
    font-weight: 900;
    font-family: 'nunito';
    letter-spacing: 0px;
}

p.timeline-date.text-left img {
    width: 120px;
    margin-right:auto;
    border-radius: 50%;
    border: 6px solid #553113;
    /* padding: 10px; */
    margin-bottom: 30px;
}
p.timeline-date.text-right img {
  width: 120px;
    border-radius: 50%;
    border: 6px solid #553113;
    /* padding: 10px; */
    margin-bottom: 30px;

}

@media screen and (min-width:768px){
p.timeline-date.text-right img {
    width: 120px;margin-left:auto;
  }}



