/* program days */
.tour-program {
    margin-left: 20px;
    border-left: 4px solid #dadada;
}

.tour-program__item {
    margin-left: 60px;
    margin-bottom: 60px;
}

.tour-program__header {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #aaa;
    margin-bottom: 15px;
}

.tour-program__header::before {
    content: '';
    position: absolute;
    left: -78px;
    top: -4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border-width: 7px;
    border-style: solid;
    border-color: var(--accent);
}



.tour-program__title {
    font-weight: bold;
    margin-bottom: 15px;
}