.tab-style1 .resp-tabs-list li {
    padding: 15px 15px;
    margin: 8px 10px;
    margin-right: 0;
    min-height: auto;
}

.history-wrapper:before {
    left: 10px;
}

.history-wrapper .history-icon {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
}

.history-wrapper .history-info .history-content {
    float: none;
    /*    margin: 0 0 30px 30px;*/
    width: auto;
    text-align: left;
}

.history-wrapper .history-info:nth-child(2n) .history-content {
    float: none;
    margin: 0 0 30px 30px;
    width: auto;
    text-align: left;
}

.history-wrapper .year,
.history-wrapper .history-info:nth-child(2n) .year {
    display: block;
    font-weight: bold;
    margin: 0 0 30px 30px;
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
}

.box-hover:hover {
    opacity: 0.5;
}

@media only screen and (max-width: 767px) {
    .programme {
        font-size: x-large !important;
    }
}