/* section.chess-media-text-block {
    padding: 80px 0;
} */
section.chess-media-text-block .chess-media-text-top {
    margin-bottom: 3rem;
}
section.chess-media-text-block .chess-media-text-left,
section.chess-media-text-block .chess-media-text-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.chess-media-text-block h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #191919;
    opacity: 0.3;
    margin-bottom: 0.75rem;
}

section.chess-media-text-block h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #191919;
    margin-bottom: 1rem;
}

section.chess-media-text-block h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 24px;
}

section.chess-media-text-block p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #191919;
    margin-bottom: 0;
}

section.chess-media-text-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

section.chess-media-text-block ul li {
    margin-bottom: 20px;
    font-weight: 500;

    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

section.chess-media-text-block ul li::before {
    content: '';
    display: inline-block;
    background-image: url(img/union.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 22px;
    margin-right: 16px;
    vertical-align: top;
}
