	.sidebar-services {
    position: sticky;
    top: 10px;
}

.other-services > .row > .col:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0D0D0D1A;
}

.other-services .tp-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    transition: ease-in-out .4s;
}

.other-services .tp-title a:hover {
    color: var(--tp-title-color) !important;
}

.other-services .tp-title a i {
    color: var(--tp-title-color);
    transform: rotate(-45deg);
    transition: ease-in-out .4s;
}

.other-services .tp-title a:hover i {
    transform: rotate(0deg);
}

.other-box .tp-body i {
    margin-right: 8px;
}

.other-box__image {
    margin: 0 -40px -40px 0;
}

@media (max-width: 991px) {
    .other-box__image {
        margin: 0 -20px -20px 0;
    }
    
    .other-services > .row > .col:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
