/*! Place your custom styles here */
.fas {
  font-size: 2.2em;
}

.feature h3 {
  margin: 0;
}
.lead {
  font-size: 1.2em;
}
.claim {
  margin-bottom: 1.2em;
}
.logo {
  width: 340px;}

.benefits {
    list-style-type: none;
    padding-left: 5px;
  }

.benefits li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
  }

.benefits li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "✓";
    color: green;
  }

@media (max-width: 1023px) and (min-width: 768px) {
  .logo {width: 320px;}
}

@media (max-width: 767px) {
  .feature.boxed {text-align: center;}
  .height-80 {padding: 10em 0;}
  .logo {width: 320px;}
  .team .col-sm-6 {padding: 0; margin-bottom: 60px;}
  .feature-large__group .col-sm-4 {margin-bottom: 40px;}
}

.avatar {
  max-width: 200px;
  margin-bottom: 1em;
}

::placeholder {
  color: #252525!important;
  opacity: 0.75;
}

form span {
  color: #252525!important;
  font-weight: 700;
}
