        .sidebar-services {
    position: sticky;
    top: 10px;
}

.other-services__heading .tp-title {
    margin-bottom: 0;
}

.other-services > .row > .col:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1332441A;
}

.other-services .tp-title {
    margin-bottom: 0;
}

.other-services .tp-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: ease-in-out .4s;
}

.other-services .tp-title a i {
    transform: rotate(-45deg);
    transition: ease-in-out .4s;
}

.other-services .tp-title a:hover {
    color: var(--tp-primary);
}

.other-services .tp-title a:hover i {
    transform: rotate(0deg);
}


.box-cta .tp-image__media::before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url(/files_upload/sidebar-cta-image-bg-shape.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    background-color: #F6F1EE;
}

.box-cta .tp-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.faq-list .accordion .accordion-button {
    background: #F6F1EE;
}
