@media screen and (max-width: 1199px) {
    .dcsns-content ul.stream {
        display: flex;
        flex-wrap: wrap;
    }
    .dcsns-content {
        padding: 50px 0;
        margin: 0;
    }
    .dcsns-content ul.stream li {
        all: unset;
        flex: 0 0 31%;
        max-width: 31%;
        box-shadow: 0 0 2px #e2dcdc;
        background-color: #f7f7f7;
        margin: 5px;
    }
    .dcsns-content ul.stream li .inner span.section-text>a {
        position: relative;
        height: 75px;
    }
    /* .dcsns-content ul.stream li .inner span.section-text a img {
        display: none !important;
    } */
}

@media screen and (max-width: 991px) {
    section#service .row.wow .row .col-md-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media screen and (max-width: 767px) {
    .dcsns-content ul.stream li {
        all: unset;
        flex: 0 0 48%;
        max-width: 48%;
        box-shadow: 0 0 2px #e2dcdc;
        background-color: #f7f7f7;
        margin: 5px;
    }
    section#service .row.wow .row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .dcsns-content ul.stream {
        display: flex;
        flex-wrap: wrap;
    }
    .dcsns-content ul.stream li {
        all: unset;
        flex: 0 0 100%;
        max-width: 100%;
        box-shadow: 0 0 2px #e2dcdc;
        background-color: #f7f7f7;
        margin: 5px;
    }
    .dcsns-content ul.stream .dcsns-twitter .inner span.section-text>a img {
        max-width: 75%;
    }
    section#service .row.wow .row .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
}