.section-testflight {
	margin-top: 1%;
	min-height: 450px;
	padding-top: 64px;
	padding-bottom: 64px;
	background-color: #f2f2f2;
}

.icon-testflight {
	margin-bottom: 1em;
	width: 96px;
	height: 96px;
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-image: url("/assets/elements/icons/testflight/testflight-96x96.png")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    .icon-testflight {
        background-image: url("/assets/elements/icons/testflight/testflight-96x96_2x.png")
    }
}

@media only screen and (max-width: 735px) {
	.section-testflight {
		margin-top: 0;
	}
}