.section-services1 {
    padding: 95px 0 0px;
    margin-bottom: 95px;
    /*border-bottom: 1px solid #8e8e8e;*/
}

.section-services1 .section_title {
    margin-bottom: 50px;
    font-size: 47px;
    line-height: 66px;
    color: var(--color-4);
    font-weight: 400;
}

.section-services1 .section_pretitle {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 44px;
    color: var(--color-4);
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.services1_list-block {
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 23px;
    border-bottom: 1px solid #8e8e8e;
}

.services1_item {
    width: calc(33.3% - 15px);
    max-width: 445px;
    display: flex;
    background: #ffffff;
    padding: 40px;
    border-radius: 29px;
    border: 1px solid #4dc3f5;
}

.services1_item-block:not(:last-child){
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.services1_list-img{
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.services1_item-text {
    line-height: 31px;
    color: #202020;
}

.services1_item-text h3 {
    margin-bottom: 35px;
    font-weight: 500;
}

@media (max-width: 1440px) {
    .services1_item-text h3 {
        font-size: 29px;
        line-height: 37px;
    }

    .services1_item-text p {
        font-size: 17px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .services1_item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 992px) {
    .services1_item {
        padding: 40px 25px;
    }

}

@media (max-width: 676px) {
    .services1_item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .section-services1 .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-services1 .section_title {
        font-size: 30px;
        line-height: 50px;
    }

    .services1_item-img {
        min-width: inherit;
        min-height: 121px;
        margin-bottom: 30px;
    }

    .services1_item-text h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .services1_item-text p {
        font-size: 14px;
    }
}
