.block-cbg-why-new-windows {
    /*background: var(--Primary-100, black);*/
	position: relative;
}

.block-cbg-why-new-windows .container {
    padding-top: 100px;
    padding-bottom: 100px;
    /*background: var(--Primary-100, black);*/
    color: #fff;
}

.block-cbg-why-new-windows .container .h1 {
    color: #fff;
    margin-bottom: 32px;
	margin-top: 15px;
}

.block-cbg-why-new-windows .why-background_image {
	position: absolute;
    width: 100vw;
	height: 100%;
	z-index: -1;
}

.block-cbg-why-new-windows .why-background_image img {
	height: 100%;
    width: 100%;
	object-fit: cover;
}

.block-cbg-why-new-windows .container .container-advantages {
    margin-top: 56px;
}

.block-cbg-why-new-windows .container .icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.block-cbg-why-new-windows .container .subtitle {
    margin-bottom: 16px;
    color: #fff;
}

.block-cbg-why-new-windows .description {
    font-weight: 300;
    line-height: 22px;
}

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


@media screen and (max-width:992px) {
    .block-cbg-why-new-windows .container .h1 {
        color: #fff;
        margin-bottom: 30px;
    }

    .block-cbg-why-new-windows .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .row.container-advantages>div:not(:last-child) {
        margin-bottom: 32px;
    }

    .block-cbg-why-new-windows .container .container-advantages {
        margin-top: 40px;
    }

    .block-cbg-why-new-windows .container .h1 {
        font-size: 32px;
        font-weight: 700;
		line-height: 1.3;
    }
}