/*
Block Name: Alert
Description: This block shows the alert.
*/

.block-alert .cw-alert { padding: 1rem; border: 1px solid var(--brand-2); border-radius: 1rem; }
.block-alert h3 { margin-bottom:0rem; padding-left: 3rem; position: relative; }
.block-alert h3:before { content: ""; width: 2.5rem; height: 2.5rem; display: block; position: absolute; left: 0; background: transparent url(/wp-content/uploads/info-icon.png) center center no-repeat; background-size: contain; top: .25rem; }
.block-alert h3 +  p {
    margin-top: 0;
}




.block-alert p { margin-bottom: 0rem; }

@media screen and (max-width:576px ) {
	.col-bg-img { min-height: 30vh;}
}