	.sidebar-services {
    position: sticky;
    top: 10px;
}

.project-information {
    padding: 30px;
    background-color: #f5f5f5;
}

.project-information ul {
    padding-left: 0;
    margin-bottom: 0;
}

.project-information ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.project-information ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0D0D0D1A;
    font-size: 16px;
    color: var(--tp-text-color);
}

.project-information h3 {
    font-size: 16px;
    color: var(--tp-title-color);
    font-weight: 600;
    margin-bottom: 0;
}

.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;
    }
}
