/* currently no rules here, the following rule is just there so the minifier won't choke on an empty result */

#content {
    margin-top: 0;
}

#content .standard-width {
    max-width: 1600px;
}

/*  Homepage Features BLOG section, start  */
.page-home .div-home-blog h2 {
    text-align: center;
}

.page-home .div-home-blog p {
    text-transform: uppercase;
    text-align: center;
}

.page-home .div-home-blog p.p-blog-title {
    max-width: 296px;
    margin: 0 auto 1rem;
}

/*  Homepage Features BLOG section, finish  */
/*  Homepage Features PROJECTS section, start  */
.page-home .div-home-projects p {
    text-transform: uppercase;
    text-align: center;
}

.page-home .div-home-projects p.p-projects-title {
    max-width: 296px;
    margin: 0 auto 1rem;
}

/*  Homepage Features PROJECTS section, finish  */



/*  Homepage FULL WIDTH section, start  */
.div-home-full-width {
    padding: 3rem 1rem;
    background: url(images/bg-div-home-full-width.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    min-height: 550px;
}

.cmsDebug .div-home-full-width {
    background-image: url(../../images/bg-div-home-full-width.jpg);
}

.div-home-full-width .standard-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*  Homepage FULL WIDTH section, finish  */
/*  Homepage TESTIMONIALS section, start  */
.div-home-testimonials {
    padding: 1rem 1rem 2rem;
    display: flex;
    flex-direction: column;
}

.page-home .div-home-testimonials h2 {
    text-align: center;
    position: relative;
}

.div-home-testimonials h2::after {
    position: absolute;
    display: block;
    content: "\201C";
    font-size: 300%;
    color: #00884c;
    bottom: 0;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
}

.div-home-testimonials p {
    text-align: center;
}

.div-home-testimonials .testimonial-name {
    font-style: italic;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}

.testimonial-name {
    margin-bottom: 2rem;
}

#full-test:nth-of-type(1) {
    border-top: 2px solid #f7f7f7;
    padding-top: 1rem;
}

/*  Homepage TESTIMONIALS section, finish  */

/*  Homepage CONTACT US section, start  */

.div-home-contact-us-container {
    padding: 2rem;
    background: #ebebeb;
}

.div-home-contact-us-container h2 {
    text-align: center;
}

.home-contact-us label {
    color: black;
}

.home-contact-us .fmrequire {
    display: none;
}

.home-contact-us form.cms-form #captcha-button-box {
    display: block;
    margin-left: 0;
    text-align: center;
}

.home-contact-us form.cms-form #captcha-button-box .cms-button-a {
    margin-bottom: 0;
}

.home-contact-us form.cms-form #captcha-image-box {
    margin-left: 0;
}

.home-contact-us form.cms-form #form-bottom {
    margin-top: 2rem;
    margin-left: 0;
    display: block;
}
/*  Homepage CONTACT US section, finish  */



/* OSENSA INNOVATIONS, start */
.div-home-inn {
    padding: 7rem 0;
    background: url(images/bg-div-home-inn__.png) center no-repeat;
    background-size: cover;
}
.cmsDebug .div-home-inn {
    background-image: url(../../images/bg-div-home-inn__.png);
}

.div-home-inn .header img {
    width: 48px;
    height: 53.49px;
    vertical-align: middle;
    margin-right: 1rem;
}

.div-home-inn p {
    margin: 2rem 0 0;
    color: #484848;
}

.div-home-inn p.header {
    color: black;
}

/* OSENSA INNOVATIONS, finish */



/* OUR PRODUCTS - Temperature - 1, start */
.div-home-our-prod-temp {
    margin: 2rem 0 0;
    padding: 3rem 0;
}

.div-home-our-prod-temp .column-text {
    background: url(images/bg-product_1.jpg) center no-repeat;
    min-height: 560px;
    border-radius: 16px;
}
.cmsDebug .div-home-our-prod-temp .column-text {
    background-image: url(../../images/bg-product_1.jpg);
}

.div-home-our-prod-temp .wrap-container {
    width: 75%;
}

.div-home-our-prod-temp .wrap-container h4,
.div-home-our-prod-temp p {
    color: white;
}

.div-home-our-prod-temp p:nth-of-type(1) {
    margin-bottom: 0;
}

.div-home-our-prod-temp a.cms-button-a {
    background: transparent;
    border: 2px solid white;
    border-radius: 5rem;
    padding: 16px 48px;
    text-align: center;
}
.div-home-our-prod-temp a.cms-button-a:hover {
    background: rgba(0, 0, 0, .3);
}

.div-home-our-prod-temp .column-text > div:nth-of-type(1) {
    justify-content: flex-end;
    align-items: center;
}

.div-home-our-prod-temp .column-text > div:nth-of-type(2) {
    align-items: center;
}

.div-home-our-prod-temp .column-text > div:nth-of-type(1) img {
    width: 448px;
    margin-bottom: -5rem;
}

.div-home-our-prod-temp .column-text > div:nth-of-type(2) {
    background: rgba(0, 0, 0, .5);
    border-radius: 16px;
}

/* OUR PRODUCTS - Temperature - 1, finish */





/* OUR PRODUCTS - PD - 2, start */

.div-home-our-prod-pd {
    margin: 0;
    padding: 3rem 0;
}

.div-home-our-prod-pd .column-text {
    background: url(images/bg-product_2.jpg) center no-repeat;
    border-radius: 16px;

    min-height: 560px;
}
.cmsDebug .div-home-our-prod-pd .column-text {
    background-image: url(../../images/bg-product_2.jpg);
}

.div-home-our-prod-pd .wrap-container {
    width: 75%;
}

.div-home-our-prod-pd h4,
.div-home-our-prod-pd p {
    color: white;
}


.div-home-our-prod-pd a.cms-button-a {
    background: transparent;
    border: 2px solid white;
    border-radius: 5rem;
    padding: 16px 48px;
    text-align: center;
}
.div-home-our-prod-pd a.cms-button-a:hover {
    background: rgba(0, 0, 0, .3);
}

.div-home-our-prod-pd .column-text > div:nth-of-type(2) {
    justify-content: flex-end;
    align-items: center;
}

.div-home-our-prod-pd .column-text > div:nth-of-type(1) {
    align-items: center;
}

.div-home-our-prod-pd .column-text > div:nth-of-type(2) img {
    /* width: 448px; */
    margin-bottom: -5rem;
}

.div-home-our-prod-pd .column-text > div:nth-of-type(1) {
    background: rgba(0, 0, 0, .5);
    border-radius: 16px;
}
/* OUR PRODUCTS - PD - 2, finish */



/* OUR PRODUCTS - Probes - 3, start */
.div-home-our-prod-probes {
    margin: 0;
    padding: 3rem 0;
}

.div-home-our-prod-probes .column-text {
    background: url(images/bg-product_3.jpg) center no-repeat;
    border-radius: 16px;

    min-height: 560px;
}
.cmsDebug .div-home-our-prod-probes .column-text {
    background-image: url(../../images/bg-product_3.jpg);
}

.div-home-our-prod-probes .wrap-container {
    width: 75%;
}

.div-home-our-prod-probes h4,
.div-home-our-prod-probes p {
    color: white;
}


.div-home-our-prod-probes p:nth-of-type(1) {
    margin-bottom: 0;
}

.div-home-our-prod-probes a.cms-button-a {
    background: transparent;
    border: 2px solid white;
    border-radius: 5rem;
    padding: 16px 48px;
    text-align: center;
}
.div-home-our-prod-probes a.cms-button-a:hover {
    background: rgba(0, 0, 0, .3);
}

.div-home-our-prod-probes .column-text > div:nth-of-type(1) {
    justify-content: center;
    align-items: flex-end;
    flex-direction: unset;
}

.div-home-our-prod-probes .column-text > div:nth-of-type(2) {
    align-items: center;
}

.div-home-our-prod-probes .column-text > div:nth-of-type(2) {
    background: rgba(0, 0, 0, .5);
    border-radius: 16px;
}

/* OUR PRODUCTS - Probes - 3, finish */



/* OUR PRODUCTS - Asset - 4, start */

.div-home-our-prod-asset {
    margin: 0;
    padding: 3rem 0;
}

.div-home-our-prod-asset .column-text {
    background: url(images/bg-product_4.jpg) center no-repeat;
    border-radius: 16px;

    min-height: 560px;
}
.cmsDebug .div-home-our-prod-asset .column-text {
    background-image: url(../../images/bg-product_4.jpg);
}

.div-home-our-prod-asset .wrap-container {
    width: 75%;
}

.div-home-our-prod-asset h4,
.div-home-our-prod-asset p {
    color: white;
}

.div-home-our-prod-asset a.cms-button-a {
    background: transparent;
    border: 2px solid white;
    border-radius: 5rem;
    padding: 16px 48px;
    text-align: center;
}
.div-home-our-prod-asset a.cms-button-a:hover {
    background: rgba(0, 0, 0, .3);
}

.div-home-our-prod-asset .column-text > div:nth-of-type(2) {
    justify-content: center;
    align-items: center;
}

.div-home-our-prod-asset .column-text > div:nth-of-type(1) {
    align-items: center;
}

.div-home-our-prod-asset .column-text > div:nth-of-type(1) {
    background: rgba(0, 0, 0, .5);
    border-radius: 16px;
}

/* OUR PRODUCTS - Asset - 4, finish */


/* OUR PRODUCTS All */

.div-home-our-prod-temp h4,
.div-home-our-prod-pd h4,
.div-home-our-prod-probes h4,
.div-home-our-prod-asset h4 {
    margin: 16px 0;
}

.div-home-our-prod-temp p,
.div-home-our-prod-pd p, 
.div-home-our-prod-probes p, 
.div-home-our-prod-asset p {
    margin-bottom: 32px;
}

/* OUR PRODUCTS All */



/* Fields We Work In - Main, start */
.div-home-fields {
    padding: 0;
}

.div-home-fields .header {
    margin: 5rem 0 1rem;
}


.div-home-fields-energy .wrap-fields-options > div,
.div-home-fields-life .wrap-fields-options > div,
.div-home-fields-process .wrap-fields-options > div {
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(24px);
    border: 2px solid white;
    text-align: center;

    width: 183px;
    height: 183px;
    min-width: 183px;
    min-height: 183px;
    max-width: 183px;
    max-height: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.div-home-fields-energy .wrap-fields-options,
.div-home-fields-life .wrap-fields-options,
.div-home-fields-process .wrap-fields-options {
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
}

.div-home-fields-energy .wrap-fields-options > div:hover,
.div-home-fields-life .wrap-fields-options > div:hover,
.div-home-fields-process .wrap-fields-options > div:hover {
    background: rgba(0, 0, 0, .6);
}

.div-home-fields-energy .wrap-fields-options > div > a,
.div-home-fields-life .wrap-fields-options > div > a,
.div-home-fields-process .wrap-fields-options > div > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    /* transition: background .35s ease; */
}

.div-home-fields-energy .wrap-fields-options span.fieds-option-text,
.div-home-fields-life .wrap-fields-options span.fieds-option-text,
.div-home-fields-process .wrap-fields-options span.fieds-option-text {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.25em;
    margin-top: 1rem;
}


.div-home-fields-energy p.link-arrow,
.div-home-fields-life p.link-arrow,
.div-home-fields-process p.link-arrow {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.div-home-fields-energy p.link-arrow a,
.div-home-fields-life p.link-arrow a,
.div-home-fields-process p.link-arrow a {
    color: white;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(24px);
    border: 2px solid white;
    border-radius: 5rem;
    padding: 16px 64px;
    white-space: nowrap;
}

.div-home-fields-energy p.link-arrow a:hover,
.div-home-fields-life p.link-arrow a:hover,
.div-home-fields-process p.link-arrow a:hover{
    background: rgba(0, 0, 0, .6);
}

.div-home-fields-energy p.link-arrow a img,
.div-home-fields-life p.link-arrow a img,
.div-home-fields-process p.link-arrow a img {
    vertical-align: middle;
    padding-left: 8px;
    width: 30px;
}

.div-home-fields-energy a.link-arrow,
.div-home-fields-life a.link-arrow,
.div-home-fields-process a.link-arrow {
    font-size: 2rem;
    font-weight: 700;
}
.div-home-fields-energy a.link-arrow:hover,
.div-home-fields-life a.link-arrow:hover,
.div-home-fields-process a.link-arrow:hover {
    background: rgba(0, 0, 0, .6);
}

.div-home-fields-energy,
.div-home-fields-life,
.div-home-fields-process {
    margin: 0;
    padding: 3rem 0;
}

/* Fields We Work In - Main, finish */




/* Fields We Work In - Energy, start */


.div-home-fields-energy .column-text {
    background: url(images/bg-fileds_energy.jpg) center no-repeat;
    border-radius: 16px;
    min-height: 560px;
}
.cmsDebug .div-home-fields-energy .column-text {
    background-image: url(../../images/bg-fileds_energy.jpg);
}

.div-home-fields-energy h5,
.div-home-fields-energy p,
.div-home-fields-energy span {
    color: white;
}


.div-home-fields-energy .column-text > div:nth-of-type(1) {
    flex: 1.25;
    padding-left: 5rem;
}

.div-home-fields-energy .column-text > div:nth-of-type(2) {
    justify-content: center;
    align-items: flex-start;
    position: relative;

    flex: .75;
}

/* Fields We Work In - Energy, finish */



/* Fields We Work In - Life, start */

.div-home-fields-life .column-text {
    background: url(images/bg-fileds_life.jpg) center no-repeat;
    border-radius: 16px;
    min-height: 560px;
}
.cmsDebug .div-home-fields-life .column-text {
    background-image: url(../../images/bg-fileds_life.jpg);
}

.div-home-fields-life h5,
.div-home-fields-life p,
.div-home-fields-life span {
    color: white;
}



.div-home-fields-life .column-text > div:nth-of-type(1) {
    justify-content: center;
    align-items: flex-start;
    flex: 1.25;
    padding-left: 5rem;
}
.div-home-fields-life .column-text > div:nth-of-type(2) {
    position: relative;

    flex: .75;
}

/* Fields We Work In - Life, finish */



/* Fields We Work In - Pro, start */

.div-home-fields-process .column-text {
    background: url(images/bg-fileds_process.jpg) center no-repeat;
    border-radius: 16px;
    min-height: 560px;
}
.cmsDebug .div-home-fields-process .column-text {
    background-image: url(../../images/bg-fileds_process.jpg);
}

.div-home-fields-process .column-text > div:nth-of-type(1) {
    flex: 1.25;
    padding-left: 5rem;
}
.div-home-fields-process .column-text > div:nth-of-type(2) {
    flex: .75;
}

.div-home-fields-process h5,
.div-home-fields-process p,
.div-home-fields-process span {
    color: white;
}

.div-home-fields-process .column-text > div:nth-of-type(2) {
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

/* Fields We Work In - Pro, finish */



/* Our Credintials, start */
.div-home-our-cred {
    margin: 240px 0 120px;
    padding: 120px 0;
    background: #3b3b3b;
}

.div-home-our-cred > .standard-width {
    position: relative;
}

.div-home-our-cred .osensa_logo_tr {
    position: absolute;
    top: -5rem;
    left: 0;
    z-index: 1;
}

.div-home-our-cred .column-text,
.div-home-our-cred h3 {
    position: relative;
    z-index: 2;
}

.div-home-our-cred h3,
.div-home-our-cred p {
    color: white;
}

.div-home-our-cred h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 7rem;
}

.div-home-our-cred p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.div-home-our-cred p span {
    display: block;
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 4rem;
}

.div-home-our-cred p i {
    display: block;
    font-style: normal;
}

.div-home-our-cred .column-text > div {
    justify-content: flex-start;
}
/* Our Credintials, finish */



/* Latest News overriding, start */

.misc-page h1 {
    margin-bottom: 0;
}

.block_latest_news {
    margin: 3rem 0 5rem;
}

/* Latest News, finish */



/* Share, start */
.div-home-share {
    margin: 120px 0;
}

.div-home-share h4 {
    margin-bottom: 1rem;
    text-align: center;
}

.div-home-share p:nth-of-type(1) {
    margin: 2rem auto 3rem;
    padding: 0;
    text-align: center;
    max-width: 970px;

}

.div-home-share p:nth-of-type(2) {
    text-align: center;
    margin: 0;
}

.div-home-share p:nth-of-type(2) a.cms-button-a {
    border-radius: 15px;
    font-weight: 500;
}
/* Share, finish */




/************************************************************************************/
/************************************************************************************/
/*********************** HOMEPAGE styles, Responsiveness ****************************/
/************************************************************************************/
/************************************************************************************/

@media only screen and (max-width: 1600px) {
    .div-home-our-cred p span {
        font-size: 6rem;
    }

    .div-home-fields-energy h5 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1400px) {
    
    .div-home-inn {
        padding: 3rem 0;
    }

    .div-home-our-prod-temp {
        padding: 0;
        margin: 0 0 5rem;
    }

    .div-home-our-prod-pd {
        padding: 0;
        margin: 0 0 3rem;
    }

}

@media only screen and (max-width: 1300px) {
    .div-home-fields-energy .column-text,
    .div-home-fields-life .column-text,
    .div-home-fields-process .column-text {
        flex-direction: column;
    }

     .div-home-fields-energy .wrap-fields-options {
        flex-wrap: wrap;
        max-width: 440px;
    }

    .div-home-fields-energy .column-text{
        background-position: top;
        background-size: cover;
        padding: 3rem 0;
    }

}

@media only screen and (max-width: 1200px) {

    .div-home-our-cred p span {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 1120px) {

    .div-home-fields-energy .column-text > div:nth-of-type(1),
    .div-home-fields-energy .column-text > div:nth-of-type(2) {
        flex: 1;
        align-items: center;
    }

    .div-home-fields-energy .column-text > div:nth-of-type(1) {
        padding-left: 0;
        text-align: center;
    }

    .div-home-fields-energy p.link-arrow {
        position: relative;
        bottom: unset;
        right: unset;
    }

    .div-home-fields-energy p.link-arrow a img {
        display: none;
    }

}


@media only screen and (max-width: 1024px) {

    .div-home-inn p {
        width: 100%;
    }

    .div-home-our-prod-temp .column-text,
    .div-home-our-prod-pd .column-text,
    .div-home-our-prod-probes .column-text,
    .div-home-our-prod-asset .column-text {
        background-position: top;
        border: 2px solid #7f7f7f;
        grid-gap: 0;
    }

    .div-home-our-prod-temp .column-text {
        flex-direction: column;
    }
    .div-home-our-prod-pd .column-text {
        flex-direction: column-reverse;
    }
    .div-home-our-prod-probes .column-text {
        flex-direction: column;
    }
    .div-home-our-prod-asset .column-text {
        flex-direction: column-reverse;
    }

    .div-home-our-prod-temp .column-text > div:nth-of-type(1),
    .div-home-our-prod-pd .column-text > div:nth-of-type(2),
    .div-home-our-prod-probes .column-text > div:nth-of-type(1),
    .div-home-our-prod-asset .column-text > div:nth-of-type(2) {
        min-height: 425px;
    }

    .div-home-our-prod-temp .column-text > div:nth-of-type(2),
    .div-home-our-prod-pd .column-text > div:nth-of-type(1),
    .div-home-our-prod-probes .column-text > div:nth-of-type(2),
    .div-home-our-prod-asset .column-text > div:nth-of-type(1) {
        background: white;
    }

    .div-home-our-prod-temp p:nth-of-type(1) {
        margin: 7rem 0 0;
    }
    .div-home-our-prod-probes p:nth-of-type(1) {
        margin: 3rem 0 0;
    }

    .div-home-our-prod-temp .wrap-container h4,
    .div-home-our-prod-pd h4,
    .div-home-our-prod-probes h4,
    .div-home-our-prod-asset h4 {
        margin-bottom: 1rem;
        color: black;
    }
    .div-home-our-prod-pd h4 {
        margin-top: 7rem;
    }
    .div-home-our-prod-asset h4 {
        margin-top: 3rem;
    }

    .div-home-our-prod-temp .wrap-container,
    .div-home-our-prod-pd .wrap-container,
    .div-home-our-prod-probes .wrap-container,
    .div-home-our-prod-asset .wrap-container {
        width: 90%;
        text-align: center;
    }

    .div-home-our-prod-temp p,
    .div-home-our-prod-pd p,
    .div-home-our-prod-probes p,
    .div-home-our-prod-asset p {
        margin-bottom: 1rem;
        color: black;
    }

    .div-home-our-prod-temp a.cms-button-a,
    .div-home-our-prod-pd a.cms-button-a,
    .div-home-our-prod-probes a.cms-button-a,
    .div-home-our-prod-asset a.cms-button-a {
        padding: 16px 32px;
        border: 2px solid black;
        color: black;
    }

    .div-home-our-prod-temp .column-text > div p:last-child,
    .div-home-our-prod-pd .column-text > div p:last-child,
    .div-home-our-prod-probes .column-text > div p:last-child,
    .div-home-our-prod-asset .column-text > div p:last-child {
        text-align: center;
        margin: 3rem 0;
    }

    .div-home-our-prod-temp .column-text > div:nth-of-type(1) img {
        width: 85%;
        max-width: 350px;
        z-index: 2;
    }
    .div-home-our-prod-pd .column-text > div:nth-of-type(2) img {
        width: 85%;
        max-width: 450px;
        z-index: 2;
    }
    .div-home-our-prod-probes .column-text > div:nth-of-type(1) img {
        width: 90%;
        max-width: 650px;
        z-index: 2;
    }
    .div-home-our-prod-asset .column-text > div:nth-of-type(2) img {
        width: 85%;
        max-width: 450px;
        z-index: 2;
    }

    .div-home-fields-life .column-text > div:nth-of-type(1),
    .div-home-fields-life .column-text > div:nth-of-type(2),
    .div-home-fields-process .column-text > div:nth-of-type(1),
    .div-home-fields-process .column-text > div:nth-of-type(2) {
        flex: 1;
        align-items: center;
    }

    .div-home-fields-life .column-text > div:nth-of-type(1),
    .div-home-fields-process .column-text > div:nth-of-type(1) {
        padding-left: 0;
        text-align: center;
    }

    
    .div-home-fields-life p.link-arrow,
    .div-home-fields-process p.link-arrow {
        position: relative;
        bottom: unset;
        right: unset;
    }

    .div-home-fields-life p.link-arrow a img,
    .div-home-fields-process p.link-arrow a img {
        display: none;
    }



    .div-home-our-cred .column-text {
        flex-direction: column;
        grid-gap: 5rem;
    }

    .div-home-our-cred p span {
        margin-bottom: 1.5rem;
    }

    .div-home-share p:nth-of-type(2) a.cms-button-a {
        line-height: 1.25em;
    }

    .div-home-our-cred {
        margin: 100px 0 50px;
        padding: 60px 0;
    }

}

@media only screen and (max-width: 1024px) {
    .div-home-fields-energy .column-text,
    .div-home-fields-life .column-text,
    .div-home-fields-process .column-text {
        background-position: top;
        background-size: cover;
        padding: 80px 0;
    }
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 899px) {}

@media only screen and (max-width: 850px) {
    
    .div-home-fields-energy .wrap-fields-options,
    .div-home-fields-life .wrap-fields-options,
    .div-home-fields-process .wrap-fields-options {
        flex-wrap: wrap;
        max-width: 440px;
    }

}

@media only screen and (max-width: 679px) {
    .page-home #middle {
        margin-top: 0;
    }

    .div-home-full-width {
        min-height: auto;
    }

    .page-home .div-home-full-width h2,
    .page-home .div-home-full-width h3,
    .page-home .div-home-full-width p {
        text-align: center;
        width: 90%;
        margin: 1rem auto;
    }

    .div-home-testimonials {
        padding: 0rem 1.5rem 2rem;
    }

    .div-home-blog .column-text>div:nth-of-type(3),
    .div-home-projects .column-text>div:nth-of-type(3) {
        display: block;
    }

    .div-home-contact-us-container {
        padding-top: 1rem;
    }

    .div-home-contact-us-container h2 {
        text-align: center;
    }

    /* ***   ***   ***  */

    .div-home-inn {
        padding: 2rem 0;
    }
}

@media only screen and (max-width: 600px) {
    .div-home-fields-energy .wrap-fields-options,
    .div-home-fields-life .wrap-fields-options,
    .div-home-fields-process .wrap-fields-options {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 576px) {

    .div-home-our-prod-temp .column-text > div:nth-of-type(1),
    .div-home-our-prod-pd .column-text > div:nth-of-type(2),
    .div-home-our-prod-probes .column-text > div:nth-of-type(1),
    .div-home-our-prod-asset .column-text > div:nth-of-type(2) {
        min-height: 325px;
    }

    .div-home-our-prod-temp a.cms-button-a,
    .div-home-our-prod-pd a.cms-button-a,
    .div-home-our-prod-probes a.cms-button-a,
    .div-home-our-prod-asset a.cms-button-a {
        padding: 12px 16px;
    }

    .div-home-our-cred p span {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .div-home-our-cred h3 {
        margin-bottom: 5rem;
    }

    .div-home-fields .header {
        margin: 3rem 0 1rem;
    }

}

/* Mobile view */
@media only screen and (max-width: 539px) {

    .div-home-fields-energy p.link-arrow,
    .div-home-fields-life p.link-arrow,
    .div-home-fields-process p.link-arrow {
        width: 90%;
    }

    .div-home-fields-energy p.link-arrow a,
    .div-home-fields-life p.link-arrow a,
    .div-home-fields-process p.link-arrow a {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 485px) {}

@media only screen and (max-width: 479px) {

    .div-home-fields-energy p.link-arrow a.cms-button-a,
    .div-home-fields-life p.link-arrow a.cms-button-a,
    .div-home-fields-process p.link-arrow a.cms-button-a {
        text-align: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .div-home-fields-energy h5,
    .div-home-fields-life h5,
    .div-home-fields-process h5 {
        text-align: center;
    }

}

@media only screen and (max-width: 375px) {
    .div-home-our-cred p span {
        font-size: 3rem;
    }
}