.electric-installation-about .row {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

._darken {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 250px;
}

._darken:after, ._darken:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #111111;
    opacity: 0.3;
    transition: all 0.4s ease;
}

._darken:hover::after, ._darken:hover::before {
    background: none;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.services__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.electric-installation-service-caption {
    position: absolute;
    z-index: 1;
    padding: 20px;
    width: 90%;
    height: auto;
    color: #fff;
}