.tpl_form-list_v2-template > .form{
	max-height: none;
}

.tpl_form-list_v2-template .form-footer__btn {
	gap: 2rem;
	display: flex;
	justify-content: center;
}


/* xxl (larger desktops, 1400px and up) */
@media (min-width: 1400px)
{

}


/* xl (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px)
{

}


/* lg (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px)
{

}


/* md (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px)
{

}


/* sm (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px)
{

}


/* xs (landscape phones, 576px and up) */
@media (max-width: 575.98px)
{
	.tpl_form-list_v2-template .form-footer__btn {
		display: block;
	}
}