.services-index {
    margin: 0;
    border: none;
    outline: none;
    display: block;
    padding: 80px 0;
    font-family: 'Inter';
    font-style: normal;
}

.title-section .custom-h1 {
    font-size: 38px;
    line-height: 52px;
    font-weight: bold;
    color: #232323;
    text-transform: none !important;
}

.services-index__list {
    margin: 40px auto 0;
}

.services-index__list>.row>div {
    padding-left: 10px;
    padding-right: 10px;
}

.services-index__item {
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
    cursor: pointer;
}

.services-index__item:last-child {
    margin-bottom: 0;
}

.item-services__image {
    width: 100%;
    height: 290px;
}

.item-services__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 20px;
}

.item-services__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #363636;
}

.item-services__link {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #676767;
    text-decoration: none;
}

.item-services__link:hover {
    color: #676767;
    text-decoration: none;
}

.item-services__link svg {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .services-index {
        padding: 60px 0;
    }

    .title-section .custom-h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .services-index__list {
        margin: 20px auto 0;
    }

    .item-services__image {
        width: 100%;
        height: 182px;
        object-fit: cover;
    }

    .item-services__text {
        padding: 20px 10px;
    }

    .item-services__name {
        font-size: 14px;
        line-height: 19px;
    }

    .item-services__link {
        font-size: 14px;
        line-height: 19px;
    }

}
