.btn-go-timeline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 32px;
    color: #fff;
    background: #009444;
    width: 368px;
    max-width: 100%;
}

.btn-go-timeline:hover,
.btn-go-timeline:active,
.btn-go-timeline:focus,
.btn-go-timeline:focus:active {
    background: #00B051;
    color: #fff;
}

@media (max-width: 1199px) {
    .btn-go-timeline {
        position: static;
        margin: 0 auto;
        transform: translateX(0) translateY(-15%);
        margin-bottom: 15px;
        display: flex;
    }

}