/*
 Theme Name:   CORE.LIFE
 Theme URI:    https://generatepress.com
 Description:  Child theme for core.life
 Author:       HL-Studios
 Author URI:   https://www.hl-studios.de/de/
 Template:     generatepress
 Version:      1.0
*/

.isCountdownTimer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 50px;
	color: white;
}

.isCountdownTimer p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.isCountdownTimer strong {
	font-size: 42px;
}


#wpcf7-f9099-p8994-o1 label {
	display: flex;
}

