#services .mt-home-product-groups {
    overflow: hidden;
}

#services .mt-home-product-card {
    box-sizing: border-box;
    margin-bottom: 18px;
    overflow: hidden;
}

#services .mt-home-product-image {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    text-indent: 0;
}

#services .mt-home-product-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

#services .mt-home-product-image span {
    color: #666;
    font-size: 1.3rem;
}

#services .mt-home-product-card .s_product_info {
    box-sizing: border-box;
}

#services .mt-home-product-card .s_product_info_name {
    line-height: 1.4;
}

#services .mt-home-product-card .s_product_info_spec {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#services .mt-home-product-card .s_product_info_spec span {
    background: #fff;
    display: inline-block;
    line-height: 1.4;
    padding: 1px 6px;
}

#services .mt-home-product-card .s_product_info_price {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.35;
}

#services .mt-home-product-card .flow_btn {
    pointer-events: none;
    position: relative;
    z-index: 2;
}

#services .mt-home-product-card .s_product_a {
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    height: auto;
    line-height: 1.5;
    padding: 10px 5%;
    text-decoration: underline;
    width: 100%;
    z-index: 2;
}

#services .mt-home-product-card .mt-home-product-overlay {
    z-index: 1;
}

#services .mt-home-product-card .mt-home-product-overlay:focus-visible {
    outline: 3px solid #2e95d0;
    outline-offset: -3px;
}

#services .mt-home-product-group > .s_product_bubble:not(:first-of-type) {
    margin-top: 22px;
}

#services .mt-home-product-empty {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #555;
    padding: 24px 15px;
    text-align: center;
}

#services .services_list > .mt-home-product-footer {
    clear: both;
    float: none;
    width: 100%;
}

#services .mt-home-product-footer-actions {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 25px;
}

#services .mt-home-product-footer .product_lead_goproposal {
    margin-top: 0;
}

#services .mt-home-products-all {
    background: #006a9f;
    border-radius: 2px;
    padding: 1px;
}

#services .mt-home-products-all:hover {
    background: #005581;
}

#services .mt-home-products-all a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 1.35;
    padding: 25px 12px;
    text-align: center;
}

@media screen and (min-width: 1367px) {
    #services .mt-home-product-card {
        display: flex;
        min-height: 280px;
    }

    #services .mt-home-product-card .mt-home-product-image,
    #services .mt-home-product-card .s_product_info {
        display: flex;
        flex-basis: 50%;
        width: 50%;
    }

    #services .mt-home-product-card .s_product_info {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    #services .mt-home-product-card .flow_btn {
        width: 100%;
    }

    #services .mt-home-products-all a {
        font-size: 2.3rem;
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

@media screen and (max-width: 1366px) {
    #services .mt-home-product-image {
        height: 180px;
    }
}

@media screen and (max-width: 880px) {
    #services .mt-home-product-image {
        height: 150px;
    }

    #services .mt-home-product-card .s_product_info_spec {
        line-height: 1.4;
        padding-right: 32px;
    }

    #services .mt-home-product-card .flow_btn {
        padding-right: 32px;
    }
}

@media screen and (max-width: 640px) {
    #services .mt-home-product-footer-actions {
        grid-template-columns: 1fr;
        margin-top: 13px;
    }

    #services .mt-home-products-all a {
        font-size: 1.6rem;
        padding: 25px 10px;
    }
}
