.panel-case-row {
    margin-bottom: 15px !important;
}

.panel-case {
    display: flex;
    flex-direction: row;
    height: 330px;
    background-color: #fff;
    box-shadow: 0px 7px 21px 0px rgba(18, 103, 208, 0.1);
}

.panel-case img {
    width: 45%
}

.panel-case-body {
    padding: 30px;
}

.panel-case-title {
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
}

.panel-case-info {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../assets/img/equipmonitoring/icon_arrow.png) no-repeat 0 4px;
    background-size: 13px 13px;
    color: #626262;
    font-size: 14px;
}

@media (max-width: 767px) {
    .panel-case-row {
        margin-bottom: 0 !important;
    }

    .panel-case {
        flex-direction: column;
        height: auto;
    }

    .panel-case img {
        width: 100%;
    }

    .panel-case-body {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .panel-case-row {
        margin-bottom: 0 !important;
    }

    .panel-case {
        flex-direction: column;
        height: auto;
    }

    .panel-case img {
        width: 100%;
    }

    .panel-case-body {
        padding: 15px;
    }
}