.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-services {
    color: rgb(11 122 191 / .8) !important;
    font-weight: bold;
}

.block-2 {
    margin-top: 100px;
}

@media only screen and (max-width: 760px) {
    .block-2 {
        margin-top: 20px;
    }
}