.update-cs2 {
    padding: 0 13px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    width: 1386px;
    max-width: 100%;
    margin: 0 auto;
    background: #42382a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.update-cs2__text {
    color: #F0B358;
    font-size: 15px;
}

.update-cs2__link {
    font-size: 15px;
    text-decoration: underline;
    color: #178ef7;
    text-underline-offset: 3px;
}