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

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

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

.block-cbg-window-replacement .welcome-content .button {
    margin-top: calc(40px - 1rem);
}

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

.block-cbg-window-replacement > div > div.row {
    align-items: center;
}

.block-cbg-window-replacement+.block-cbg-window-replacement .container {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

.block-cbg-window-replacement img.size-home_img {
    border-radius: 40px;
	height: auto;
	width: 100%;
}






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

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

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

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

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

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

.block-cbg-window-replacement .description :where(ul, ol) li::before {
    content: '';
    background: var(--Secondary-100, #CF2B24);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    display: flex;
	margin-right: 20px;
}

.block-cbg-window-replacement .description :where(ul, ol) li::after {
    content: '';
    background: url(img/check.svg) no-repeat center;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

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

.block-cbg-window-replacement h2 {
	font-family: Sora;
font-weight: 700;
font-size: 48px;
line-height: 56px;
letter-spacing: 0px;
vertical-align: bottom;
	color: #040611;
	
	@media screen and (max-width:992px) {
		font-size: 30px;
		line-height: 1.3;
		text-align: center;
	}

}

.block-cbg-window-replacement h2 span {
	color: #D10000;
}

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

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

    .block-cbg-window-replacement .container {
        padding-top: 64px;
        padding-bottom: 24px;
    }

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

    .block-cbg-window-replacement+.block-cbg-window-replacement .container {
        padding-top: 0;
        margin-top: -24px;
    }
}