/*MAX-WIDTH : 640 PIXELS --------------------------------------- */
@media screen and (max-width:640px) {

.outer-wrapper {
  padding: 310px 0 60px 0;
}

.quick-contact-form h2 {
  font-size: 44px;
    width:90%;
}

.quick-contact-form h3 {
  font-size: 18px;
    width:90%;
}
}




/*MAX-WIDTH : 540 PIXELS --------------------------------------- */
@media screen and (max-width:540px) {
.outer-wrapper {
    padding: 250px 0 60px 0;
}

.quick-contact-form-inner {
  padding: 20px;
}

.quick-contact-form-outer {
    border: 12px solid rgba(0, 0, 0, 0.5);
}

.quick-contact-form h2 {
  font-size: 36px;
    width: 100%;
}

.quick-contact-form h3 {
  font-size: 16px;
    width: 100%;
}

.quick-contact-form form p {
  font-size: 16px;
}
}



/*MAX-WIDTH : 480 PIXELS --------------------------------------- */
@media screen and (max-width:480px) {
.outer-wrapper {
    padding: 220px 0 60px 0;
}
}



/*MAX-WIDTH : 440 PIXELS --------------------------------------- */
@media screen and (max-width:440px) {
.outer-wrapper {
    padding: 200px 0 60px 0;
}
}



/*MAX-WIDTH : 380 PIXELS --------------------------------------- */
@media screen and (max-width:380px) {
.outer-wrapper {
    padding: 180px 0 60px 0;
}
}