        .feature-box {
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
}


.feature-box__image-mask img {
    border-radius: 20px;
    -webkit-mask-image: url(/files_upload/feature-item-image-2.webp);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.approach-left__content {
    grid-gap: 30px;
}

.approach-left__content .tp-feature__image {
    width: 50px;
}

.approach-left__content .tp-feature__media{
    margin-bottom: 30px;
}


.process-box {
    height: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: ease-in-out .4s;
}

.process-number .tp-title {
    color: transparent;
    -webkit-text-stroke: 1px var(--tp-primary);
    -webkit-background-clip: text;
    transition: ease-in-out .4s;
}

.process-box:hover{
    transform: translateY(-6px);
}

.process-box:hover .process-number .tp-title {
    color: var(--tp-primary);
}


.team-member .tp-team-social {
    justify-content: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #FFFFFF1A;
}

.team-member .tp-team-social a {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-color: #FFFFFF1A;
}

.team-member .tp-team-overlay .tp-team-content {
    background: transparent;
}

.team-member .tp-team-name {
    font-weight: 500;
}

.team-member .tp-team-overlay .tp-team-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 51.41%, rgb(from var(--tp-secondary) r g b / 36%) 63.56%, rgb(from var(--tp-secondary) r g b / 90%) 100%);
}

@media (max-width: 991px) {
    .process-box {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .feature-box,
    .process-box {
        padding: 20px;
    }
}
