.u-section-1 .u-sheet-1 {
  min-height: 60px;
}

.u-section-1 .u-text-1 {
  font-size: 1.5rem;
  margin: 11px auto 11px 0;
}

.navbar-nav {
  flex-direction: row !important;
}

.random {
  padding: 40px 100px 20px !important;
}

.random h1 {
  margin-top: 45px !important;
}

input[type=checkbox],
input[type=radio] {
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.border-0 {
  border: none !important;
}

label {
  font-family: sans-serif !important;
  font-weight: 400;
}

.pb-2 {
  padding-bottom: 3rem !important;
}

@media only screen and (max-width: 767px) {
  .navbar-nav {
    flex-direction: column !important;
  }

  .container {
    padding: 0 50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .w-7 {
    width: 700px !important;
  }
}

@media only screen and (min-width: 768px) {
  .common-container {
    width: 750px !important;
    margin: 0 auto !important;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .common-container {
    width: 970px !important;
    margin: 0 auto !important;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .common-container {
    width: 1170px !important;
    margin: 0 auto !important;
    padding: 0 15px;
  }
}