/* =========================================================
   DATA ANALYTICS COURSE
   IICE COMPUTER EDUCATION SHIMLA
========================================================= */


/*
   IMPORTANT:
   Reuse the complete Digital Marketing course design.
*/

@import url("./digital-marketing-course.css");


/* =========================================================
   DATA ANALYTICS HERO
========================================================= */

.dm-hero-content h1 span {
    color: #55d7f5;
}


/* =========================================================
   DATA ANALYTICS SKILL ICONS
========================================================= */

.dm-skill-card i {
    font-size: 42px;
}


/* =========================================================
   DATA ANALYTICS OVERVIEW
========================================================= */

.dm-overview-text strong {
    font-weight: 700;
}


/* =========================================================
   CERTIFICATE
========================================================= */

.dm-certificate-box img {
    object-fit: contain;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .dm-hero-content h1 {
        line-height: 1.15;
    }


    .dm-skill-card i {
        font-size: 36px;
    }

}