

section.home{ 
    background-image: url('../images/bg.jpg'); width:100%; background-size: cover; background-position: center; 
}

section.home .content {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.home .content h1 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    margin-bottom: 35px;
}

section.home .content h1 span { color: #A8A8A8; }
section.home .content h2 {
    color: #dbdbdb;
    margin-bottom: 35px;
}

section.home .content .free-consultation {
    border: 2px solid #dbdbdb; text-align: center;
}

section.home .content .free-consultation a {
    display: inline-block; padding: 1em 1em; color:#dbdbdb; font-size: 18px;;
}

@media only screen and (min-width: 768px) {
    section.home .content .free-consultation {
        border: 2px solid #dbdbdb; text-align: center;width: 400px;
    }
  }