.elementor-844 .elementor-element.elementor-element-393f714{--display:flex;--gap:50px 30px;--row-gap:50px;--column-gap:30px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-844 .elementor-element.elementor-element-0728b44{text-align:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-844 .elementor-element.elementor-element-393f714{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-844 .elementor-element.elementor-element-393f714{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for container, class: .elementor-element-393f714 */.dichvu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.dichvu-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.dichvu-thumb {
    height: 260px;
    background-size: cover;
    background-position: center;
}

.dichvu-content {
    padding: 20px;
}

.dichvu-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dichvu-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.dichvu-btn {
    display: inline-block;
    font-weight: 600;
    color: #2e7d32;
    text-decoration: none;
    border-bottom: 2px solid #2e7d32;
    padding-bottom: 2px;
}

.dichvu-btn:hover {
    color: #1b5e20;
    border-color: #1b5e20;
}

/* Desktop: giữ 2 cột */
.dichvu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Tablet vẫn 2 cột → KHÔNG cần override */

/* Mobile mới xuống 1 cột */
@media (max-width: 576px) {
    .dichvu-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */