.language-content,
.landing-language-content {
    display: contents;
}

.headline {
    text-align: center;
    text-transform: uppercase;
}

.timeline-item {
    width: 217.3px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.timeline-item img {
    width: 66px;
    height: 66px;
}

.timeline-item p,
.timeline-item span {
    font-family: "TT Octosquares Trial Variable", sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.container-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rules {
    background-color: transparent;
    border: none;
    outline: none;
    color: #ffff;
    font-size: 18px;
    font-family: "TT Octosquares Trial Variable";
}