


    .services{padding-bottom:90px;}
    .services-title{font-weight:300;font-size:42px;line-height:38px;text-align:center;text-transform:uppercase;color:#13151A;padding-bottom:60px}
.services-item_info {
    padding: 25px;
}

.services-item_info2 {
    padding-top: 0;
    padding-bottom: 15px;
}

.services-item__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    text-align: center;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}

.services-item__title2 {
    min-height: 50px;
    margin-top: 10px;
    padding-bottom: 15px;
}

.services-link {
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #13151A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 14px;
}

.services-link2 {
    margin-top: 10px;
}

.margin10 {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .services-item__title {
        font-size: 25px;
        line-height: 28px;
        min-height: 76px;
    }
}


@media (max-width: 767px) {
    .services-title{
                font-size: 22px ;
        line-height: 26px ;
        padding-bottom: 30px ;
    }
    .services-item{
        width: 100%;
    }
}
