.services-list.body_doc .content-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 45%;
    height: 100%;
    background-color: #ededed;
}

.list-services-cont {
    display: flex;
    flex-direction: column;
}

.list-services-cont .field_image {
    width: 100%;
}

.one-services-cont .field_image {
    overflow: unset !important;
    padding-right: 30px;
}

.one-services-cont .img-fluid,
.services_item .is_cover img {
    object-fit: cover !important;
    width: 100px !important;
    min-width: 100px !important;
    height: 100px !important;
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    -moz-border-radius: 200px !important;
    -ms-border-radius: 200px !important;
    -o-border-radius: 200px !important;
}

.one-services-cont .services_title,
.services_list_item h4.services_title,
.content_list.services_list .f_title h2 {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
}

.one-services-cont .teaser,
.services_list .f_teaser .value {
    font-size: 20px;
    font-weight: 400;
}

.services_list .ft_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.services_list .text-muted {
    color: #888888 !important;
}

.services-item h1{
    font-size: 30px;
    font-weight: 700;
}

.img-title .content_item.services_item {
    border-left: solid 5px #f00;
}

.services_list_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
}

.services_list_item:hover::before {
    background-color: rgb(225, 225, 225);
}

.services_list_item .date-pub{
    position: absolute;
    right: 20px;
    bottom: 10px;
}

@media (max-width:768px) {
    .list-services-cont .field_image {
        width: calc(100% + 3rem);
        margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
    }
}