.inaserv-container {
    margin: 30px auto;
}

.inaserv-content {
    position: relative;
}

.row {
    margin: 0 !important;
}

.sev-card {
    position: relative;
    width: auto;
    margin: 2.5px 0;
    overflow: hidden;
}

.row1 {
    max-height: 325px;
}

.row2 {
    margin: 2.5px -2.5px !important;
}

.row2 .sev-card {
    /* width: 33.333333%; */
    width: 310px;
    float: left;
    margin: 0 2.5px;
}

.imageCoverText {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 10px 25px;
    /* cursor: pointer; */
    transition: all .5s;
    transform: translateY(80%);
    background-color: rgba(0, 0, 0, 0.4);
}

.imageCoverText h4 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 30px;
}

.imageCoverText h4 img {
    margin-right: 15px;
}

.imageCoverText p {
    line-height: 28px;
    font-size: 1.4rem;
}

.imageCoverText span {
    color: #fff !important;
}

.sev-card:hover .imageCoverText {
    transform: translateY(0);
}

.card1 {
    float: left;
}

.card2 {
    margin-left: 530px;
}

@media(max-width:1200px) and (min-width:992px) {
    .inaserv-container {
        width: 940px;
    }
}

@media (max-width: 992px) {

    .inaserv-container {
        padding: 20px 15px;
    }

    .row1,
    .row2 {
        width: 100%;
    }

    .row1 {
        max-height: none;
    }

    .sev-card {
        float: none;
        width: 100% !important;
        margin: 10px 0 !important;
        border: 5px solid #e8e8e8;
        box-shadow: 0 10px 10px #e8e8e8;
    }

    .sev-card>img {
        width: 100%;
    }

}

