html {
scroll-behavior: smooth;
}
.justify {
text-align: justify;
}
.wpforms-field-label {
color: white !important;
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	width: 450px !important;
}

@media screen and (max-width: 600px) {
	.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	width: auto !important;
}
}