* {
    margin: 0;
    padding: 0;
}

/* ******************************** SERVICE SECTION 1 ************************ */

.earth-service1-container {
    background-color: #f4fbfd;
    width: 100%;
    height: auto;
    margin: 200px 0 50px 0;
}

.earth-heading-service {
    margin: 70px 90px 30px 0;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #444 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.earth-span-line {
    background-color: #fecc00;
    width: 60px;
    height: 5px;
    margin: 15px 90px 15px 0;
}

.earth-service1-para {
    margin: 20px 90px 15px 0;
    color: #000;
    font-weight: 500;
}

.earth-service1-img-con {
    margin: 20px 20px 20px 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* background-color: rgb(252, 192, 64); */
    padding: 20px;
}

.earth-service1-img-con img {
    width: 100%;
    height: 100%;
}

/* ************************************** Earth Section 2 **************************************** */

.earth-service2-container {
    background-color: #f4fbfd;
    width: 100%;
    height: auto;
    margin: 50px 0 50px 0;
}

.earth-heading-service-section2 {
    margin: 70px 0 30px 90px;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #444 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.earth-span-line-section2 {
    background-color: green;
    width: 60px;
    height: 5px;
    margin: 15px 0 15px 90px;
}

.earth-service1-para-section2 {
    margin: 30px 0 15px 90px;
    color: #000;
    font-weight: 500;
}

.earth-service1-img-con {
    margin: 20px 25px 20px 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* background-color: rgb(252, 192, 64); */
    padding: 20px;
}

.earth-service1-img-con img {

    width: 100%;
    height: 100%;
}






/* Media Queries */

@media only screen and (max-device-width: 480px) {
    /* ******************************** SERVICE SECTION 1 ************************ */

    .earth-service1-container {
        background-color: #f4fbfd;
        width: 100%;
        height: auto;
        margin: 150px 0 50px 0;
    }

    .earth-heading-service {
        margin: 70px 0 30px 30px;
        color: #333;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line {
        background-color: #fecc00;
        width: 60px;
        height: 5px;
        margin: 15px 0 15px 30px;
    }

    .earth-service1-para {
        margin: 20px 0 15px 30px;
        color: #000;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px 20px 20px 15px;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

    /* ************************************** Earth Section 2 **************************************** */

    .earth-service2-container {
        background-color: #f4fbfd;
        width: 100%;
        height: auto;
        margin: 50px 0 50px 0;
    }

    .earth-heading-service-section2 {
        margin: 70px 0 30px 30px;
        color: #444;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line-section2 {
        background-color: #fecc00;
        width: 60px;
        height: 5px;
        margin: 15px 0 15px 30px;
    }

    .earth-service1-para-section2 {
        margin: 30px 0 15px 30px;
        color: #000;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px auto 20px auto;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

}



/* potrait */

@media only screen and (min-device-width: 481px) and (max-device-width: 645px) and (orientation:portrait) {

    /* ******************************** SERVICE SECTION 1 ************************ */

    .earth-service1-container {
        background-color: rgb(243, 243, 235);
        width: 100%;
        height: auto;
        margin: 150px 0 50px 0;
    }

    .earth-heading-service {
        margin: 70px 90px 30px 30px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 90px 15px 30px;
    }

    .earth-service1-para {
        margin: 20px 90px 15px 30px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px 20px 20px 15px;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

    /* ************************************** Earth Section 2 **************************************** */

    .earth-service2-container {
        background-color: rgb(243, 243, 235);
        width: 100%;
        height: auto;
        margin: 50px 0 50px 0;
    }

    .earth-heading-service-section2 {
        margin: 70px 0 30px 30px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line-section2 {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 0 15px 30px;
    }

    .earth-service1-para-section2 {
        margin: 30px 0 15px 30px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px auto 20px auto;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

}

/* Landspace */

@media only screen and (min-device-width: 481px) and (max-device-width: 645px) and (orientation:landscape) {

    /* ******************************** SERVICE SECTION 1 ************************ */

    .earth-service1-container {
        background-color: rgb(243, 243, 235);
        width: 100%;
        height: auto;
        margin: 150px 0 50px 0;
    }

    .earth-heading-service {
        margin: 70px 90px 30px 45px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 90px 15px 45px;
    }

    .earth-service1-para {
        margin: 20px 90px 15px 45px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px 20px 20px 15px;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

    /* ************************************** Earth Section 2 **************************************** */

    .earth-service2-container {
        background-color: rgb(243, 243, 235);
        width: 100%;
        height: auto;
        margin: 50px 0 50px 0;
    }

    .earth-heading-service-section2 {
        margin: 70px 0 30px 45px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line-section2 {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 0 15px 45px;
    }

    .earth-service1-para-section2 {
        margin: 30px 0 15px 45px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px auto 20px auto;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

}

/* 646 < potrait */

@media only screen and (min-device-width: 646px) and (max-device-width: 1024px) and (orientation:portrait) {

    /* ******************************** SERVICE SECTION 1 ************************ */

    .earth-service1-container {
        background-color: rgb(243, 243, 235);
        width: 100%;
        height: auto;
        margin: 150px 0 50px 0;
    }

    .earth-heading-service {
        margin: 70px 0 30px 45px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 0 15px 45px;
    }

    .earth-service1-para {
        margin: 20px 0 15px 45px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px 20px 20px 15px;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

    /* ************************************** Earth Section 2 **************************************** */

    .earth-service2-container {
        background-color: rgb(243, 243, 235);
        width: 100%;
        height: auto;
        margin: 50px 0 50px 0;
    }

    .earth-heading-service-section2 {
        margin: 70px 0 30px 35px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line-section2 {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 0 15px 35px;
    }

    .earth-service1-para-section2 {
        margin: 30px 0 15px 35px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px auto 20px auto;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }


}

/* 646 < Landscape */

@media only screen and (min-device-width: 646px) and (max-device-width: 1024px) and (orientation:landscape) {

    .earth-service1-container {
        background-color: #f4fbfd;
        width: 100%;
        height: auto;
        margin: 150px 0 50px 0;
    }

    .earth-heading-service {
        margin: 70px 90px 30px 30px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 90px 15px 30px;
    }

    .earth-service1-para {
        margin: 20px 90px 15px 30px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px 20px 20px 15px;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }

    /* ************************************** Earth Section 2 **************************************** */

    .earth-service2-container {
        background-color: rgb(243, 243, 235);
        width: 100%;
        height: auto;
        margin: 50px 0 50px 0;
    }

    .earth-heading-service-section2 {
        margin: 70px 0 30px 30px;
        color: #333300;
        font-size: xx-large;
        font-weight: 500;
        text-transform: uppercase;
    }

    .earth-span-line-section2 {
        background-color: green;
        width: 60px;
        height: 5px;
        margin: 15px 0 15px 30px;
    }

    .earth-service1-para-section2 {
        margin: 30px 0 15px 30px;
        color: #7F171F;
        font-weight: 500;
    }

    .earth-service1-img-con {
        margin: 20px auto 20px auto;
        width: 90%;
        height: auto;
        object-fit: cover;
        /* background-color: rgb(252, 192, 64); */
        padding: 20px;
    }

    .earth-service1-img-con img {
        width: 100%;
        height: 100%;
    }


}