/* Banner section */
.about-us-banner {
    background-image: url("../../Images/Tesla/cover-loan-help.jpg");
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.about-us-banner h3 {
    font-family: orbitron-bold, serif;
    color: #ffd941;
    font-size: 70px;
}

.about-us-banner h4 {
    font-family: orbitron-medium, serif;
    color: #ffffff;
    font-size: 40px;
}


/* Main content section */
.about-main p {
    color: #686868;
    font-size: 15px;
    font-family: cocogoose, serif;
}

.about-main p span {
    color: #8e8e8e;
    font-size: 38px;
}

.about-main h4 {
    color: #0163a2;
    font-family: orbitron-bold, serif;
}

.about-main h5 {
    color: #747474;
    font-family: orbitron-medium, serif;
}

.about-main a {
    color: #ffffff !important;
    padding: 10px 20px;
    background: linear-gradient(to right, #950306, #cd1217);
    font-family: cocogoose, serif;
}


/* Mobile device view */
@media only screen and (max-width: 600px) {
    /* Banner section */
    .about-us-banner {
        height: 300px;
    }

    .about-us-banner h3 {
        font-size: 40px;
    }

    .about-us-banner h4 {
        font-size: 25px;
    }


    /* Main content section */
    .about-main p {
        font-size: 12px;
    }

    .about-main p span {
        font-size: 25px;
    }

    .about-main a {
        padding: 5px 10px;
        font-size: 10px;
    }

    .about-main h4 {
        font-size: 15px;
    }

    .about-main h5 {
        font-size: 14px !important;
    }
}