.homeContent{
    padding: 45px;
    height: auto;
}

.homeContentHeader{
    font-size: 4em;
    color: #FF8E6B;
    font-family: GrafolitaScriptW01-Bold;
    text-decoration:underline;
    text-align: center;

}

.homeHeaderImage{
    margin-top: -150px;
    margin-left: -80px;
    height: 550px;
}


.homeContentText{
    color: #000000;
    font-size: 26px;
    line-height: 40px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
}

.homeContent2{
    background-color: rgba(255, 232, 0, 0.3);
    padding-left: 165px;
    padding-right: 10px;
    padding-top:30px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 26px;
    line-height: 40px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.homeContent2Header{
    color: #FF8E6B;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.homeContent2SubHeader{
    color: #5E7B38;
    font-size: 1.5em;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
    text-align: center;  
}

.homeContent3{
    background-color: rgba(255, 232, 0, 0.3);
    padding-left: 30px;
    padding-right:165px;
    padding-top:30px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 26px;
    line-height: 40px;
    font-family:"Teko Regular" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.homeContent3Header{
    color: #FF8E6B;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.homeContent3SubHeader{
    color: #5E7B38;
    font-size: 26px;
    font-family:"Teko Bold" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 15px;
    text-align: center;  
}

.homeTitle{
    text-align:center;
    /* margin-top:50px; */
    margin-bottom:100px;
}

.homeContentProductImage{
    display: inline-block;
    width: 29%;
}

.homeContentProductText{
    margin-top: 50px;
    display: inline-block;
    width: 69%;
    position:absolute;
    z-index: -1;
    margin-bottom: 100px;
}

.homeContentProductImage2{
    display: inline-block;
    width: 29%;
}

.homeContentProductText2{
    margin-top: 50px;
    margin-left:20px;
    display: inline-block;
    width: 68%;
    /* position:absolute;
    z-index: -1; */
}


/* ===============   Mobile style ===================*/
@media only screen and (max-width: 991px) {

    .homeContent {
        height: auto;
    }

    .homeSec {
        width: 100% !important;
        text-align: center;
    }

    .homeHeaderImage {
        margin-top: 2px;
        margin-left: -40px;
        height: 370px;
    }

}

@media only screen and (max-width: 1250px) {

    .homeContentProductText{
        margin-top: -15px;
        display: inline-block;
        width: 100%;
        position:relative;
        z-index: 0;
        margin-bottom: 20px;
    }
    
    .homeContentProductImage2{
        display: inline-block;
        width: 29%;
    }
    
    .homeContentProductText2{
        margin-top: 20px;
        margin-left:0px;
        display: inline-block;
        width: 95%;
        position:relative;
        z-index: 0;
    }

    .homeContent2{
        background-color: rgba(255, 232, 0, 0.3);
        padding: 20px;
        color: #000000;
        font-size: 26px;
        line-height: 40px;
        font-family:"Teko Regular" !important;
        font-style:normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        width: 100%;
    }

    .homeContent3{
        background-color: rgba(255, 232, 0, 0.3);
        padding: 20px;
        color: #000000;
        font-size: 26px;
        line-height: 40px;
        font-family:"Teko Regular" !important;
        font-style:normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
        width: 105%;
    }
    

    .homeContentProductImage {
        display: none;
    }

    .homeContentProductImage2 {
        display: none;
    }

}