@media only screen and (max-width: 1200px) {
    .container{
        min-height: 90vh;
    }
    .promo-content article h2{
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .promo-content article h3{
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .promo-content article ul {
        width: 90%;
        margin: 0 auto 2rem;
    }
    .promo-content article ul li{
        font-size: 1.4rem;
    }
    .promo-content article figure{
        margin: 1.5rem 0 2rem;
    }
    .form {
        width: 100%;
    }
    .form h4{
        margin-bottom: 2rem;
        font-size: 1.9rem;
    }
    .form input, .form select{
        font-size: 1.4rem;
    }
    ::-webkit-input-placeholder{ 
        font-size: 1.4rem;
      }
      ::-moz-placeholder{
        font-size: 1.4rem;
      }
      :-ms-input-placeholder{
        font-size: 1.4rem;
      }
      :-moz-placeholder{
        font-size: 1.4rem;
      }
    .gracias h2{
        font-size: 4.2rem;
        margin-bottom: 3rem;
    }
    .gracias p{
        font-size: 4.2rem;
        margin-bottom: 3rem;
    }
    .other {
        width: 50%;
        margin: 4rem 25% 0;
    }
    
}

@media only screen and (max-width: 992px) {
    .container{
        flex-wrap: wrap;
    }
    .container > article:first-child,.container > article:last-child{
        width:100%;
        margin-bottom: 5rem;
    }
    .promo-content article ul{
        width: 60%;
        margin: 0 auto 5rem;
    }
    .promo-content article ul li {
        font-size: 1.8rem;
    }
    .form-container article{
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .promo-content{
        padding: 6rem 30px;
    }
    .promo-content article ul {
        width: 90%;
        margin: 0 auto 3rem;
    }
    .promo-content article figure a{
        width: 25%;
    }
    .promo-content article h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .promo-content article h3 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape){
    .promo-content{
        padding: 6rem 30px;
    }
    .promo-content article ul {
        width: 90%;
        margin: 0 auto 3rem;
    }
    .promo-content article ul li {
        font-size: 1.4rem;
    }
    .promo-content article figure a{
        width: 25%;
    }
    .promo-content article h2 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .promo-content article h3 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {
    .container > article:first-child{
        margin-top: 2rem;
    }

/* 	.main-carousel {
        padding: 0 10px;
    } */
	/* 	if both images */
    .main-carousel {
        padding: 0 17px;
    }
	.flickity-prev-next-button.previous {
		left: -9px;
	}
	.flickity-prev-next-button.next {
		right: -9px;
	}
	/* 	end if both images */
/*     .flyer{
        margin-bottom: 2rem;
    } */
    .form-container{
        padding: 30px 15px;
        width: 95%;
        margin: 0 auto;
    }
    .gracias h2 {
        font-size: 3.2rem;
    }
    .gracias p {
        font-size: 3.2rem;
    }
    .other {
        width: 60%;
        margin: 4rem 15% 0;
        font-size: 1.3rem;
    }
    .promo-content article figure a {
        width: 40%;
    }
    .promo-content article h3{
        font-size: 2.3rem;
    }
    .promo-content article ul li {
        font-size: 1.4rem;
    }
    .promo-content article p{
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 320px) {}
