.block-clean-bc .welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-clean-bc .accent-red {
	color: #CF2B24;
}

.block-clean-bc .description .accent-red {
	font-size: 24px;
	line-height: 31px;
}

.block-clean-bc .welcome-content .short-title {
    color: var(--Secondary-100, #CF2B24);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.block-clean-bc .welcome-content :where(.h1, .h2) {
    margin-bottom: 32px;
}

.block-clean-bc .welcome-content .button {
    margin-top: 40px;
}

.block-clean-bc .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.block-clean-bc .description > p {
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
	font-size: 20px;
}

@media screen and (max-width: 992px) {
    .block-clean-bc .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.block-clean-bc .welcome-content .short-title {
    	font-size: 16px;
    	margin-bottom: 14px;
	}

    .block-clean-bc .h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 54px;
    }
}
