@media (max-width: 768px) {
    .navbar-toggle .toggle-line {
        background-color: #fff !important;
    }

   .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu .char {
    color:#fff;
   }
  
}
.section-title .title {
    font-size: 120px !important;
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 55px !important;
    }
        .title-lg {
        font-size: 75px!important;
        color: #fff!important;
    }
}
.slide-date{
    width:80%;
}

@media (max-width:768px){
.title-md {
    font-size: 45px;
   line-height: 35px;
    letter-spacing: 0px; 
   font-weight: 400;
}

    .slide-content{
        flex-direction: column !important;
        align-items: flex-start !important;
        width:100%;
        margin-bottom:100px;
        display:none !important;
    }

    .slide-content .slide-date{
        width:100% !important;
        margin-bottom:40px;
    }

    .slide-content .cat{
        width:100%;
    }
    .slider .slider-inner, .slider .slider-inner .slide-item {
        height: 210px !important;
        width: 100% !important;
    }
.testimonial{
    margin-top: 0px!important;
}
}
.testimonial{
    margin-top: 120px;
}

@media only screen and (max-width: 575px) {
    .work-scroll .dsn-item-post .post-content .title-lg {
        font-size: 45px!important;
    }
}