
/* sectione one */
.section-one{
  padding-top:180px;
  padding-bottom: 120px;
}

.section-one h1{
  padding-top: 10px;
  text-align: left;
}

.section-one h2{
  text-align: left;
  padding-bottom: 20px;
}

.section-one p{
  text-align: left;
}

.section-one .highlight{
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-one .btn{
  padding-left: 0px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;}

.section-one .btn a {
    padding: 15px 30px;
    background: #3f444c;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-one .btn a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

@media only screen and (max-width: 1399px) {
  .section-one h1{
    padding-top: 2px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-one{
    padding-bottom: 100px;
  }

  .section-one .btn {
    margin-top: 10px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .section-one{
    padding-top:170px;
  }

  .section-one h1{
    font-size: 36px;
  }

  .section-one h2{
    font-size: 19px;
  }
} 

@media only screen and (max-width: 500px) {
  .section-one{
    padding-left:30px;
    padding-right:30px;
  }

  .section-one h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 430px) {
  .section-one h1{
    font-size: 32px;
  }
  
  .section-one h2 {
    font-size: 18px;
  }
}
