h4 {
    font-size: 20px;
}

/*  HERO SECTION  */

.cons-hero {
    background-image: url('/wp-content/themes/cdx/css/img-cons/cons-hero-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
    background-color: #0F1315;
    position: relative;
}

.hero-content {
    position: absolute;
    bottom: 20px;
}

.hero-content h4 {
    padding: 0 50px 0 0;
}

.hero-content h1 {
    font-size: 50px;
}

.hero-content h1 span {
    font-weight: 700;
}


.hero-content h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.hero-content h1 {
    margin: 0;
}



/*  CANNADX SECTION  */

.cannadx {
    background-image: url('/wp-content/themes/cdx/css/img-cons/cannadx-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
    background-color: #0F1316;
    position: relative;
    padding: 50px 0;
}

.cannadx img:first-child {
    padding: 20px 0
}

.cannadx .btn-radius {
    display: block;
    width: 30%;
    margin: 20px 0;
}

.cannadx h4 {
    margin: 20px 0 40px 0;
}

.cannadx img:last-child {
    padding: 30px 0;
}


/*  MYDX SECTION  */

.mydx {
    background-image: url('/wp-content/themes/cdx/css/img-cons/mydx-kitchen-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    background-size: cover;
    background-color: #0F1315;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.mydx h4 {
    padding: 20px 0 10px;
}

.dx-logos img {
    float: left;
    width: 72px;
    padding: 5px;
}

/*  ECO SECTION  */

.eco {
    background: #f9481d;
    background: -moz-linear-gradient(-45deg, #f9481d 0%, #f9481d 13%, #fb8e4f 100%);
    background: -webkit-linear-gradient(-45deg, #f9481d 0%, #f9481d 13%, #fb8e4f 100%);
    background: linear-gradient(135deg, #f9481d 0%, #f9481d 13%, #fb8e4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9481d', endColorstr='#fb8e4f', GradientType=1);
    padding: 50px 0 20px;
}

.eco .col-md-8 {
    text-align: center;
}

.eco img:last-child {
    max-width: 90%;
}

.eco h4 {
    padding: 20px 0;
}

.eco .col-md-4 img {
    margin: 20px 0;
}


.eco .btn-radius {
    min-width: 120px;
    margin: 5px 0;
}

.eco .btn-radius:hover {
    box-shadow: none;
}

/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

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


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .eco img:last-child {
        padding: 100px 0;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .eco img:last-child {
        padding: 0 0 20px;
    }
    .eco .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .mydx {
        min-height: auto;
        color: #fff;
    }
    
    .dx-logos img {
    width: 60px;
}
    
    .mydx:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity:.3;
    z-index: -2;
}

}


/* Extra Small Devices, Phones */

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


/* Custom, iPhone Retina */

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