/*

Theme Name:     finance-child

Description:    Child theme for the finance

Author:         Themesflat

Template:       finance



(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)

*/

.timeline-row {
    display: flex;
    margin-top: 15px;
}

.timeline-row .timeline-date {
    flex: 0 0 30%;
}

.timeline-row .timeline-text {
    flex: 0 0 70%;
}