.block-cbg-welcome-to .welcome-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

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

.block-cbg-welcome-to .welcome-content .button {
    margin-top: 40px;
}

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

.block-cbg-welcome-to .description>p {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

    .block-cbg-welcome-to .h1 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 54px;
    }

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