header{
	position: relative;
}
iframe{
	border: none;
}
h1 {
	font-size: clamp(3rem, 12vw, 7rem);
}
.container.txt {
	font-size: 22px;
}
.container.txt .size-full img {
	width: 100%;
}
#bottom-form {
	margin-top: 50px !important;
}

@media (max-width: 480px) {
	.container.txt {
		font-size: 16px;
	}
}