/******* custom *******/

body {
  background-color: #BEDFF2;
  margin: 5%;
}

.box {
  background-color: #fff;
}

.form-box {
  padding: 5%;
}

.form-control {
  padding: 1rem 0.75rem !important;
  margin-bottom: 20px;
  -webkit-appearance: auto !important;
  color: #847592 !important;

}

.btn {
  padding: 1rem 0.75rem !important;
  width: 100%;
}

.fw-bolder {
  font-weight: 500 !important;
}

.btn-primary {
  background-color: #000 !important;
  border-color: #000 !important;
  font-size: 24px;
}

.pic {
  background-image: url(../img/shutterstock_606479720.jpg);
	background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pic h2 {
  text-align: center;
  padding-top: 5%;
  color: #fff;
  line-height: 46px;
}

.margin {
  margin: 0px;
}

ul {
  font-size: 1.25rem !important;
  padding-left: 24px;
}

.mobile {
    display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  body {
    margin-bottom: 12%;
  }

  .pic {
    min-height: 500px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .head {
    padding-top: 120%;
  }
}