.twbg-h-100 {
	height: calc( 100vh - 110px );
	min-height: 700px;
}
.twbg-h-100 h1, 
.twbg-h-100 h2 {
	font-size: 3.7rem;
}
.wp-block-button {
    width: 320px;
}
.twbg-h-100 .uagb-icon-list__source-wrap img {
    filter: invert(1);
    opacity: .6;
    width: 3rem !important;
}
.twbg-h-100 .uagb-icon-list__label {
	font-size: 2rem;
}
@media (max-height: 549px) {
    .twbg-h-100 { 
		height: 100%;
		min-height: 750px;
		padding: 65vh 0;
	}
}
@media (max-width: 768px) {
	.twbg-h-100 { 
		max-height: min-content;
		min-height: 300px;
		height: 100%;
	}
	.twbg-h-100.twbg-h-100-text {
		max-height: min-content;
		min-height: 300px;
		height: 100%;
	}
	.shrink-img-mobile {
		max-height: 300px;
		height: 300px;
	}
	.wp-block-button {
    	width: 100% !important;
	}
}