/* Inserting this collapsed row between two flex items will make
 * the flex item that comes after it break to a new row */
.break {
    flex-basis: 100%;
    height: 0;
}

.book-training-clickable-link-icon {
    display: inline;
    height: 20px;
    margin-right: 5px;
}

.book-training-clickable-link-text {
    color: #5C5C5C;
    text-decoration-color: #BCD236;
    background: url(/wp-content/themes/kadence-child/assets/image/Pfeil_Kreis_gruen.png) center left no-repeat;
    background-size: 20px;
    padding-left: 25px;	
}

.book-training-content-details-link-to-description {
    padding-top: 10px;
    text-align: end;
    display: block;
}

.book-training-content-title-icon {
    display: inline;
    width: 100px;
    margin-right: 15px;
}

@media screen and (max-width: 600px) {

    .book-training-content-title-icon {
        margin-right: 0px;
        align-self: center;
    }
}