.history .block-head {
    border: 1px solid var(--global-white-color);
    margin-bottom: 40px;
}

.history .block-head .date{
    background-color: var(--global-dark-opacity-color);
    color: var(--global-white-color);
    padding: 12px 54px 12px 24px;
}

html.dark .history .block-head .date{
    background-color: var(--global-dark-opacity-second-color);
}

.history .block-head .date .name {
    font-size: 20px;
    float: left;
    font-weight: 600;
}

.history .block-head .block-description {
       padding: 24px 40px 10px;
       position: relative;
}


.history .block-head .head-title{
    background: #f8f8f8;
    padding: 16px 0;
}
.history .block-head .head-title>span {
    font-size: 16px;
    color: #0a0a0a;
    font-weight: 600;
    text-align: center;
    display: block;
}
.history .block-description p:before {
    content: " ";
    position: absolute;
    left: 20px;
    margin-top: 10px;
    height: 4px;
    display: block;
    border-left: 4px solid var(--global-dark-color);
}


@media (max-width:992px) {
    .history .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .history .col-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .history .block-head {
        border: 1px solid var(--global-white-color);
        margin-bottom: 20px;
    }
}
