.services_hero_sec {
    background-position: top center;
}

.services_img_card_1 {
    background: url(../img/services/Dots.png) right bottom/ auto 60% no-repeat;
}

.services_img_card_3 {
    background: url(../img/services/Dots.png) left bottom/ auto 60% no-repeat;
}

.services_img {
    border-radius: 8px;
}

.services_list {
    color: var(--c_lightWhite);
    font-family: var(--ft_lato);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: -0.02em;
}

.more__serviceItem {
    display: none;
}

@media(min-width:992px) {
    .line_left_center,
    .line_right {
        position: relative;
        z-index: 2;
    }
    .line_left_center::before,
    .line_right::before {
        content: "";
        display: block;
        width: 2px;
        position: absolute;
        z-index: -1;
        background-color: rgba(255, 255, 255, 0.12);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }
    .line_left_center::before {
        height: 180%;
        left: 25%;
        top: 0px;
    }
    .line_right::before {
        height: 180%;
        right: 8%;
        top: 0px;
    }
    .line_top_25::before {
        top: 25% !important;
    }
}

@media(min-width:1500px) {
    .services_img {
        border-radius: 20px;
    }
}