.services_title_img {
    position: relative;
    text-align: center;
    margin: 70px 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
}

.services_text-group {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}

.services_title_img img,
.service_block img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.services_title {
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.services_text {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
}

.services_row {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 70px;
    justify-content: center;
    flex-wrap: wrap;
}

.service_block {
    position: relative;
}

.service_name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius:10px;
}
.service_name:hover {color: #F8CA19;background: rgba(0,0,0,0.5)}

.services .main_block4:before,
.services .main_block4:after {
    content: none;
}

.services .main_block4 {
    background-color: #EBEAE6;
    /*margin-bottom: -50px;*/
}
.services .main_block4_bg{background-size: 100% 140%;background-position-y: 0px;}
.service_description-top {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.service_description-center {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow-x: auto;
}

.service_description {
    background: #EBEAE6;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 70px;
}

.service_description-top__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.service_description-top img {
    width: 100%;
    height: 100%;
    min-width: 455px;
}



@media screen and (max-width: 1260px) {
    .services_text {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
    }

    .service_name {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .service_description-top img {
        min-width: 200px;
    }
}

@media screen and (max-width: 1020px) {
    .services_row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .services hr {
        margin: 10px auto;
    }
}

@media screen and (max-width: 888px) {
    .services_text {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 18px;
    }

    .service_name {
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
        word-break: break-all;
    }
}

@media screen and (max-width: 768px) {
    .services_title_img img {
        min-height: 200px;
    }

    .services_title_img {
        margin: 30px 0 10px;
    }

    .services_title {
        font-size: 22px;
        line-height: 24px;
    }

    .services_row {
        margin-bottom: 30px;
    }

    .services .main_block4 {
        margin-bottom: -5px;
    }

    .services_row {
        grid-gap: 10px;
    }

    .service_description-top {
        flex-direction: column;
    }

    .service_description {
        padding: 20px;
        margin-bottom: 30px;
    }

    .service_description-top__text {
        font-size: 16px;
        line-height: 18px;
    }
}