.block-cbg-chess-block .welcome-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.block-cbg-chess-block h2 {
	line-height: 1.1;
}

.block-cbg-chess-block .welcome-content .short_title {
    color: var(--Secondary-100, #589F00);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.block-cbg-chess-block .welcome-content :where(.h1, .h2) {
    margin-bottom: 0;
}

.block-cbg-chess-block .welcome-content .button {
    margin-top: 10px;
}

.block-cbg-chess-block .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.block-cbg-chess-block .description>p {
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 23px
}

.block-cbg-chess-block .description>p:last-child {
    margin-bottom: 0;
}

.block-cbg-chess-block .description .enumerations.gap-32 {
    row-gap: 32px;
}

.block-cbg-chess-block .description .enumerations.gap-24 {
    row-gap: 24px;
}

.block-cbg-chess-block .description .enumerations .list {
    display: flex;
    gap: 32px;
    align-items: center;
}

.block-cbg-chess-block .description .enumerations .list>div {
    min-width: 40px;
    min-height: 40px;
    background: var(--Secondary-100, #589F00);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
    max-width: 40px;
}

.block-cbg-chess-block .h2.title_top {
    margin-bottom: 72px;
}

.block-cbg-chess-block .alignnone.size-full {
    margin-top: 23px;
    margin-right: 22px;
}

.block-cbg-chess-block img.size-home_img {
    border-radius: 40px;
}






.block-cbg-chess-block .description :where(ul, ol) {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.block-cbg-chess-block .description ol {
    flex-direction: inherit;
    gap: 32px;
}

.block-cbg-chess-block .description :where(ul, ol) li {
    color: var(--Text-100, #040611);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    position: relative;
    align-items: center;
    gap: 5px;
	
    /*list-style-type: none;
	display: inline-flex;*/
	
	margin-left: 20px;
}

@media (min-width: 992px) {
	.block-cbg-chess-block .col-lg-6.welcome-content.order-lg-2 {
		padding-left: 100px;
	}

	.block-cbg-chess-block .col-lg-6.welcome-content:not(.order-lg-2) {
		padding-right: 100px;
	}
}


/*
.block-cbg-chess-block .description ol li {
    width: calc(33% - 20px);
}*/

.block-cbg-chess-block .description li a {
    display: contents;
}

.block-cbg-chess-block .description li strong {
    display: contents;
	font-weight: 700;
}


.block-cbg-chess-block .size-home_img img {
	border-radius: 32px;
	overflow: hidden;
}

@media screen and (max-width:992px) {
    .block-cbg-chess-block .description :where(ul, ol) {
        flex-direction: column;
        gap: 5px;
        margin-left: 0px;
    }

    .block-cbg-chess-block .description ol li,
    .block-cbg-chess-block .description ul li {
        width: 100%;
    }

    .block-cbg-chess-block .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .block-cbg-chess-block .welcome-content {
        margin-bottom: 40px;
    }

    .block-cbg-chess-block+.block-cbg-chess-block .container {
        padding-top: 0;
        margin-top: -24px;
    }
	
	.block-cbg-chess-block .h2-m {
        font-size: 32px;
	}
}