/* @media (min-width: 768px) {
  .SiteInspection__Content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 15px;
  }
} */
.FreeServices {
  text-align:center;
  line-height:150px;
}
.FreeServices h3 {
  text-align:center;
  font-size: 24px;
  line-height:31px;
  margin-bottom:15px;
}
.FreeServices p {
  text-align:center;
  margin-bottom:45px;
}
.Siteinspection {
  margin-bottom:45px;
}
.SiteInspection__Content {
  margin-bottom: 45px;
  margin-bottom: 45px;
}
.SiteInspection__Title h2 {
  text-align:center;
  margin-bottom:15px;
}
.Siteinspection .Contacts__Module {
  margin:0 auto;
  max-width: 600px;
}

select.form-control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url('../icons/cf7-icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 98%;
  }

select.form-control option {
 height:50px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #839ac6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(233, 236, 239,.25);
}
