.formH1 {
		margin: 15px;
		width: auto;
		font: 600 1.75em 'Lora', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
		color: #000000;
    display: inline-block;
	}

.emagOffer {
  background-image: url('https://snamwpm.eccmp.com/wpm/923/Forms/Images/PSC/summer2020_desktop.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f0eceb;
}

.formImg {
	margin: 0;
	height: auto;
	max-height: 300px;
  width: auto;
}

.emagOfferText {
  color: #333333;
  font: 400 1.25em 'Lora', sans-serif;
	margin: 25px 20px;
	padding: 0 10px;
}

.emagOfferLightText {
  color: #000000;
  font: 200 1em 'Lora', sans-serif;
	margin: 30px;
	padding: 0 10px;
}

.emagOfferCTA {
    width: 100%;
}

.emagOfferCTA label {
    display: inline-block;
    background: #2a71b8 no-repeat 300px 0px;
    font: 600 2em 'Lora', sans-serif;
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    padding: .25em .75em;
}

.emagOfferCTA label:hover {
	opacity: 80%;
}

.emagOfferAltCTA {
  display: inline-block;
  color: #000000;
  font: 200 1em 'Lora', sans-serif;
  padding: 10px 0px 500px 0px;
}

@media screen and (max-width: 768px) {

  .emagOffer {
    background-image: none;
  }

  .emagOfferAltCTA {
    padding: 20px 0px 20px 0px;
  }

  .emagOfferText {
    font: 400 1em 'Lora', sans-serif;
  	margin: 20px;
  }

  .formH1 {
  		margin: 10px;
  		max-width: 85%;
      font-size: .9em;
  		color: #000000;
      display: inline-block;
  	}

    .formImg {
    	max-height: 200px;
    }

}
