@media only screen and (min-width: 736px) and (max-width: 1068px) {
	.typography-headline.ag-md-fixed-font-size {
		font-size: 34px;
	}
}

.pad-bottom {
	margin-bottom: 50px;
}

@media only screen and (max-width: 1068px) {
	.pad-bottom {
		margin-bottom: 65px;
	}
}

@media only screen and (max-width: 735px) {
	.pad-bottom {
		margin-bottom: 55px;
	}
}
