.introtext {

    background-image: url(../assests/herbs2.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introtext h1 {
    font-size: 100px;
}

.img-rounded {
    border-radius: 10px;
    margin: 30px 0;
}

.myherbsimg img {
    width: 80%;
    height: auto;
}

.myherbs h1 {
    font-size: 30px;
    font-weight: 700;
}

.myherbs h2 {

    font-size: 15px;
    font-weight: 600;
    color: red;
    text-align: left;
}

.myherbs p {
    text-align: left;
}

.myherbs button {
    margin: 20px auto;
    display: block;
    float: left;
}


hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.herbs {
    margin: 100px 0;
}

.bottomtext {
    padding: 150px;
    background-image: url(../assests/herbs2.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.bottomtext h1 {
    font-size: 50px;
    text-align: left;

}

.bottomtext p {

    width: 100%;
    text-align: left;
    margin: 0 auto;
}




/* --------------------------------------------------------------------------------------------------
------------------------------mobile-------------------------------------------------------------
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:780px) {

    .introtext p {

        font-size: 12px;
    }

    .myherbs h1 {

        font-size: 20px;
    }

    .myherbs p {
        font-size: 14px;
    }


    .myherbsimg img {
        width: 80%;
    }


    .bottomtext h1 {
        font-size: 25px;
    }

    .bottomtext {
        padding: 50px;
        font-size: 14px;
    }




}