.vxr_services87_main_box {
    position: relative;
    padding: 130px 0;
    background: #f7f5f0;
    overflow: hidden;
}

.vxr_services87_main_box .vxr_services87_house_bg {
    position: absolute;
    top: 180px;
    left: -100px;
    width: 420px;
    height: 340px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.07;
    z-index: 1;
    pointer-events: none;
}

.vxr_services87_main_box .vxr_services87_container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
}

.vxr_services87_main_box .vxr_services87_head {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 70px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.vxr_services87_main_box .vxr_services87_tag {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0c5a1e;
    margin-bottom: 24px;
}

.vxr_services87_main_box .vxr_services87_tag_line {
    display: block;
    width: 40px;
    height: 1px;
    background: #0c5a1e;
}

.vxr_services87_main_box .vxr_services87_title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 3.8vw, 54px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin: 0;
}

.vxr_services87_main_box .vxr_services87_title em {
    font-style: italic;
    color: #0c5a1e;
    font-weight: 400;
}

.vxr_services87_main_box .vxr_services87_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    padding-bottom: 8px;
}

.vxr_services87_main_box .vxr_services87_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.vxr_services87_main_box .vxr_services87_card {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.vxr_services87_main_box .vxr_services87_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.vxr_services87_main_box .vxr_services87_card_img {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.vxr_services87_main_box .vxr_services87_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.vxr_services87_main_box .vxr_services87_card:hover .vxr_services87_card_img img {
    transform: scale(1.08);
}

.vxr_services87_main_box .vxr_services87_card_num {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    color: #0c5a1e;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 8px 16px;
    border-radius: 50px;
}

.vxr_services87_main_box .vxr_services87_card_body {
    padding: 34px 36px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vxr_services87_main_box .vxr_services87_card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 14px 0;
    letter-spacing: -0.3px;
}

.vxr_services87_main_box .vxr_services87_card p {
    font-size: 15px;
    line-height: 1.65;
    color: #666;
    margin: 0 0 22px 0;
}

.vxr_services87_main_box .vxr_services87_card ul {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.vxr_services87_main_box .vxr_services87_card ul li {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vxr_services87_main_box .vxr_services87_card ul li i {
    color: #0c5a1e;
    font-size: 12px;
    flex-shrink: 0;
}

.vxr_services87_main_box .vxr_services87_card_link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #0c5a1e;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    align-self: flex-start;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease, gap 0.3s ease;
}

.vxr_services87_main_box .vxr_services87_card_link:hover {
    border-bottom-color: #0c5a1e;
    gap: 14px;
}

.vxr_services87_main_box .vxr_services87_card_link i {
    font-size: 11px;
}

@media (max-width: 1024px) {
    .vxr_services87_main_box {
        padding: 90px 0;
    }

    .vxr_services87_main_box .vxr_services87_head {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vxr_services87_main_box .vxr_services87_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vxr_services87_main_box {
        padding: 70px 0;
    }

    .vxr_services87_main_box .vxr_services87_container {
        padding: 0 20px;
    }

    .vxr_services87_main_box .vxr_services87_card_img {
        height: 220px;
    }

    .vxr_services87_main_box .vxr_services87_card_body {
        padding: 28px 26px;
    }

    .vxr_services87_main_box .vxr_services87_card h3 {
        font-size: 24px;
    }
}

.vxr_services87_house_bg.vxr0FA64 {
    transform: translateY(247.946px);
}