/* Banner section */
.consultation-banner{
    background-image: url("../../Images/Tesla/consultation-cover.jpg");
    width: 100%;
    height: 922px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.consultation-banner h3{
    color: #ffffff;
    font-size: 60px;
    font-family: orbitron-black, serif;
}

.text-free-style{
    font-size: 80px;
}



@media only screen and (max-width: 600px) {
    /* Banner section */
    .consultation-banner{
        height: 700px;
    }

    .consultation-banner h3{
        color: #ffffff;
        font-size: 32px;
        font-family: orbitron-black, serif;
    }

    .text-free-style{
        font-size: 44px;
    }
}