.contacts-page-wrapper {
  overflow: hidden;
}
.contacts-page-wrapper .left-col {
  min-height: 800px;
  float: left;
  width: 50%;
  background-image: url('/auctions/assets/img/maserati-wallpaper.png');
  background-repeat: no-repeat;
  padding-left: 160px;
  padding-top: 107px;
  overflow: hidden;
  padding-bottom: 85px;
}
.contacts-page-wrapper .right-col {
  min-height: 800px;
  float: left;
  width: 50%;
  padding-left: 160px;
  padding-top: 107px;
  overflow: hidden;
  padding-bottom: 85px;
}

.title-1 {
  color: #ffffff;
  font-family: 'Avenir Next';
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.31px;
  line-height: 68px;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 13px;
}

.title-2 {
  color: #ffffff;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.13px;
  line-height: 40px;
  text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 42px;
}

.inquiries-wrapper {
  height: 200px;
  width: 465px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  padding-left: 41px;
  padding-top: 31px;
}
.inquiries-title {
  color: #376f96;
  font-family: 'Avenir Next';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.inquiries-address {
  color: #999999;
  font-family: 'Avenir Next';
  font-size: 15px;
  line-height: 30px;
}
.inquiries-mail {
  color: #999999;
  font-family: 'Avenir Next';
  font-size: 15px;
  line-height: 30px;
}
.inquiries-phone {
  color: #999999;
  font-family: 'Avenir Next';
  font-size: 15px;
  line-height: 30px;
}

.form-row {
  width: 420px;
}

.fname-form-group {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.lname-form-group {
  float: left;
  width: 50%;
  padding-left: 10px;
}
.form-group label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: White;
}
@media screen and (max-width: 1288px) {
  .form-row {
    width: 100%;
  }

  .contacts-page-wrapper .left-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-page-wrapper .right-col {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inquiries-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .contacts-page-wrapper .left-col {
    min-height: auto;
    float: none;
    width: 100%;
    background-image: none;
    /* background: #f3f3f3; */
    padding-left: 0px;
    padding-top: 0px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  .contacts-page-wrapper .right-col {
    min-height: auto;
    float: none;
    width: 100%;
    /* background: #f3f3f3; */
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 65px;
  }
  .inquiries-wrapper {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .form-row {
    width: 100%;
  }
  .fname-form-group {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .lname-form-group {
    float: none;
    width: 100%;
    padding-left: 0px;
  }

  .title-1 {
    color: #FFFFFF;
    font-family: 'Avenir Next';
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.17px;
    line-height: 38px;
    text-align: center;
    text-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
