.with-out-login-section .full-col {
	margin-bottom: 30px;
}

#openid-connect-login-form .form-submit {
	width: 150px;
}

.with-out-login-section .full-col h1 {
	font-size: 27px;
}

.with-out-login-section .image-col {
	text-align: center;
}

.with-out-login-section .image-col img {
	display: inline-block;
}


.with-out-login-section .full-content-col {
	margin-top: 30px;
}

.with-out-login-section .full-content-col h4 {
	font-weight: 600;
	margin: 0 0 10px;
}

.with-out-login-section .content-col {
	padding-left: 40px;
}

.with-out-login-section .content-col h4 {
	margin: 20px 0;
}


.path-frontpage:not(.user-logged-in) {
	background:url(/sites/default/files/2023-10/fifi-pattern.png) 0 0 repeat;
}

.path-frontpage:not(.user-logged-in) #main-content {
	background: none;
}

@media only screen and (max-width: 991px) {
	.with-out-login-section .full-col {
		margin-bottom: 0;
	}
	.with-out-login-section .content-col {
		padding-left: 15px;
	}
	.with-out-login-section .image-col {
		margin-bottom: 30px;
	}
}