.vxr_services2_main_box {
    padding: 5rem 20px;
    background: #ffffff;
    font-family: "Roboto", sans-serif;
}

.vxr_services2_main_box .vxr_services2_container {
    max-width: 1300px;
    margin: 0 auto;
}

.vxr_services2_main_box .vxr_services2_icon {
    text-align: center;
    margin-bottom: 20px;
}

.vxr_services2_main_box .vxr_services2_icon i {
    font-size: 48px;
    color: #999999;
}

.vxr_services2_main_box .vxr_services2_title {
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    color: #333333;
    margin: 0 0 60px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vxr_services2_main_box .vxr_services2_construction_section,
.vxr_services2_main_box .vxr_services2_interior_section {
    margin-bottom: 80px;
}

.vxr_services2_main_box .vxr_services2_section_title {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    margin: 0 0 50px 0;
    position: relative;
}

.vxr_services2_main_box .vxr_services2_section_title::before,
.vxr_services2_main_box .vxr_services2_section_title::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #e0e0e0;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-6px);
}

.vxr_services2_main_box .vxr_services2_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.vxr_services2_main_box .vxr_services2_card {
    flex: 0 0 calc(33.333% - 27px);
    max-width: 350px;
    transition: .2s;
    text-align: center;
    padding: 20px;
}

.vxr_services2_main_box .vxr_services2_card:hover {
    text-decoration: none;
    box-shadow: 0 10px 17px #ebebeb;
    transform: translateY(-10px);
}

.vxr_services2_main_box .vxr_services2_card_image {
    margin-bottom: 30px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vxr_services2_main_box .vxr_services2_card_image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.vxr_services2_main_box .vxr_services2_card_title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.vxr_services2_main_box .vxr_services2_card_description {
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 992px) {
    .vxr_services2_main_box .vxr_services2_card {
        flex: 0 0 calc(50% - 20px);
        max-width: 400px;
    }
    .vxr_services2_main_box .vxr_services2_section_title::before,
    .vxr_services2_main_box .vxr_services2_section_title::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .vxr_services2_main_box {
        padding: 60px 15px;
    }

    .vxr_services2_main_box .vxr_services2_card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .vxr_services2_main_box .vxr_services2_title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .vxr_services2_main_box .vxr_services2_card_image {
        margin-bottom: 20px;
    }
}

.vxr415FF {
    width: 100px;
    height: 100px;
}