.section__banner {

	background: transparent url('../images/header_export_mobile.jpg') no-repeat top right;
	background-size: 150%;

	@media (min-width: 992px) {

		background: transparent url('../images/banner.jpg') no-repeat center center;
		background-size: cover;

		min-height: 500px;
		display: flex;
		align-items: center;
	}

	h3 {

		margin-bottom: 1em;
		font-weight: 700;
		margin-top: 60px;
		max-width: 50%;

		@media (min-width: 992px) {
			font-size: 40px;
			line-height: 45px;
			margin-top: 0;
			max-width: none;
		}

	}

	a {

		background-image: linear-gradient(-227deg, #ec008c 0%, #92278f 100%);
	    color: #ffffff;
	    font-family: "Open Sans";
	    font-weight: 700;
	    font-style: normal;
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 0.12px;
	    line-height: normal;
	    text-decoration: none;
	    margin: 20px auto 30px;
	    display: inline-block;

	    padding: 16px 50px;
    	font-size: 16px;

    	@media (min-width: 992px) {
    		font-size: 20px;
    		margin: 20px auto 0;
    	}

    	&:hover {
    		text-decoration: none;
    		color: #ffffff;
    	}

	}

	.form {

		@media (min-width: 992px) {
			position: absolute;
			top: -60px;
			z-index: 10;
		}

	}

}