
.dm_title {
    margin-bottom: 60px;
}
.dm_title span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #348fdd;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}
.dm_title span::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #348fdd;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.dm_title h2 {
    font-size: 50px;
    display: block;
    color: #092c3f;
    font-weight: 900;
}

.dm_nwsec {
    padding-top: 105px;
    padding-bottom: 170px;  
    /* background-color: #e7ecf5;  */
    background-color: #ffffff; 
} 

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .dm_title h2 {
        font-size: 60px !important;
        line-height: 1.2 !important;
    }

    .dm_nwsec {
        padding-top: 90px !important;
        padding-bottom: 110px !important;
    }
} 

@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .dm_title h2 {
        font-size: 45px !important;
        line-height: 1.2 !important;
    }

    .dm_serv_pd { 
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .dm_nwsec {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dm_title h2 {
        font-size: 35px !important;
        line-height: 1.2 !important;
    }
    .dm_nwsec {
        padding-top: 55px !important;
        padding-bottom: 30px !important;
    }
}

@media (max-width: 575px) {
    .dm_title span {
        font-size: 13px !important;
    }
    .dm_title h2 {
        font-size: 29px !important;
        line-height: 1.2 !important;
    } 
    .cn_dm { 
    top: 130px !important;
    } 
    .dm_nwsec {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
}

.card .icon {
    font-size: 3rem;
    color: #358edf;  
}

.card-text {
    color: gray;
}

.card {
    transition: all 0.5s;
}

.card:hover {
    background-color: #348fdd;
    color: #fff;
}

.card:hover .icon,
.card:hover .card-text {
    color: #fff;
}
.dm_serv_pd:hover { 
    transform: translateY(-10px);
    }