.mt--custom_services .hover_container {
    display: flex !important;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.mt--custom_services .hover_container_holder {
    align-self: center;
    padding: 0 65px;
    width: 100%;
}
.mt--custom_services .hovered_container i {
    color: #E3C378;
    display: block;
    font-size: 90px;
    text-align: center;
}
.mt--custom_services .hovered_container .custom_service_first_title {
    font-size: 24px;
    margin-top: 30px;
    text-align: center;
}
.mt--custom_services .hovered_container {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.mt--custom_services .hovered_container .hovered_container_holder .custom_service_first_title {
    color: #E3C378;
}
.mt--custom_services img {
    width: 100%;
}
.mt--custom_services .hovered_container_holder {
    align-self: center;
    width: 100%;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_second_title {
    color: #E3C378;
    font-size: 24px;
    font-weight: 900;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_description {
    color: #fff;
    font-size: 18px;
}


.mt--custom_services .hover_container {
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 400ms ease-in-out 0ms;
    -ms-transformtransition: all 400ms ease-in-out 0ms;
    -webkit-transformtransition: all 400ms ease-in-out 0ms;
}
.mt--custom_services:hover .hover_container {
    opacity: 1;
    transition: all 400ms ease-in-out 0ms;
    -ms-transformtransition: all 400ms ease-in-out 0ms;
    -webkit-transformtransition: all 400ms ease-in-out 0ms;
}
.mt--custom_services .hovered_container {
    transition: all 400ms ease-in-out 0ms;
    -ms-transformtransition: all 400ms ease-in-out 0ms;
    -webkit-transformtransition: all 400ms ease-in-out 0ms;
}
.mt--custom_services:hover .hovered_container {
    opacity: 0;
    transition: all 400ms ease-in-out 0ms;
    -ms-transformtransition: all 400ms ease-in-out 0ms;
    -webkit-transformtransition: all 400ms ease-in-out 0ms;
}