.Index-gallery-item-image a {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-header {
    position: absolute;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.Index-gallery-item-image {
    display: flex;
}

.Index-gallery-item:hover {
    opacity: .82;
}

.service-header h3 {
    margin: auto;
    width: auto;
    padding: 20px;
    height: auto;
    background: #000a;
}

.menu-projects {
    color: rgb(11 122 191 / .8) !important;
    font-weight: bold;
}

.block-3 {
    min-height: auto;
}

@media only screen and (max-width: 760px) {
    .service-header h3 {
        margin: auto;
        width: 80%;
        padding: 20px;
        font-weight: 200;
        font-size: 14px;
        height: auto;
        background: #000a;
        line-height: 1.5;
    }
}