        .project .tp-post__thumbnail img {
    aspect-ratio: 3/2;
    border-radius: 8px;
    object-fit: cover;
    transition: all .4s;
}

.project .tp-post__thumbnail {
    border-radius: 8px;
    overflow: hidden;
}

.project .tp-post__content {
    padding: 15px 0;
}

.project .tp-post-item:hover .tp-post__thumbnail img {
    transform: scale(1.1);
    transition: all .4s;
}

.project .tp-title a:hover {
    color: var(--tp-primary);
    transition: all .4s;
}

.project-heading .tp-feature__heading {
    color: var(--tp-secondary);
}

.project-content__icon .tp-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: var(--tp-primary);
    border-radius: 50%;
}


.project-content {
    height: 100%;
    padding: 30px;
    background-color: #f0f8ff;
    border-radius: 12px;
}

.section-contact {
    background-position: 50%;
    border-radius: 28px;
    overflow: hidden;
    z-index: 1;
}

.section-contact::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #00000061;
    z-index: -1;
}

.section-contact .content_button_link {
    padding: 14px 20px;
    background-color: #ffffff14;
    border: 1px solid #ffffff59;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    color: #fff;
}

